#1A94AD

Color #1A94AD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1A94AD

Tints of Pelorous #1A94AD

Color information

#1A94AD (or 0x1A94AD) is unknown color: approx Pelorous. HEX triplet: 1A, 94 and AD. RGB value is (26,148,173). Sum of RGB (Red+Green+Blue) = 26+148+173=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A94AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A94AD is #E56B52. Grayscale: #727272. Windows color (decimal): -15035219 or 11375642. OLE color: 11375642.

HSL color Cylindrical-coordinate representation of color #1A94AD: hue angle of 190.2º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A94AD is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB26148173-
CMYK0.850.1400.32
HSL190.2º73.87%39.02%-
HSV(B)190.2º84.97%67.84%-
XYZ18.5624.4243.27-
YUV114.37161.0864.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 7.49%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=7.49%
G=42.65%
B=49.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261481730.850.1400.32190.273.8739.02
Hex1A94AD55E020be4a27
Octal322242551251604027611247
Binary110101001010010101101101010111100100000101111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A94AD; }

 p { color: rgb(26,148,173); }

 H1.HeaderClassName
 {
   color: #1A94AD;
 }
 .AnyTagClassName
 {
   color: #1A94AD;
 }
</style>
background-color css

<style>
 a { background-color: #1A94AD; }

 a { background-color: rgb(26,148,173); }

 div.DivClassName
 {
   background-color: #1A94AD;
 }
 .BgClassName
 {
   background-color: #1A94AD;
 }
</style>
border-color css

<style>
 span { border-color: #1A94AD; }

 span { border-color: rgb(26,148,173); }

 td.TdClassName
 {
   border-color: #1A94AD;
 }
 .TagClassName
 {
   border-color: #1A94AD;
 }
</style>