#126EA1

Color #126EA1 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #126EA1

Tints of Cerulean #126EA1

Color information

#126EA1 (or 0x126EA1) is unknown color: approx Cerulean. HEX triplet: 12, 6E and A1. RGB value is (18,110,161). Sum of RGB (Red+Green+Blue) = 18+110+161=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #126EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126EA1 is #ED915E. Grayscale: #585858. Windows color (decimal): -15569247 or 10579474. OLE color: 10579474.

HSL color Cylindrical-coordinate representation of color #126EA1: hue angle of 201.4º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126EA1 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB18110161-
CMYK0.890.3200.37
HSL201.4º79.89%35.1%-
HSV(B)201.4º88.82%63.14%-
XYZ12.2613.8535.75-
YUV88.31169.0277.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 161 (63.28% from 255) = 55.71%
R=6.23%
G=38.06%
B=55.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal181101610.890.3200.37201.479.8935.1
Hex126EA15920025c95023
Octal221562411314004531112043
Binary1001011011101010000110110011000000100101110010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126EA1; }

 p { color: rgb(18,110,161); }

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

<style>
 a { background-color: #126EA1; }

 a { background-color: rgb(18,110,161); }

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

<style>
 span { border-color: #126EA1; }

 span { border-color: rgb(18,110,161); }

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