#126DA2

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

Shades of Cerulean #126DA2

Tints of Cerulean #126DA2

Color information

#126DA2 (or 0x126DA2) is unknown color: approx Cerulean. HEX triplet: 12, 6D and A2. RGB value is (18,109,162). Sum of RGB (Red+Green+Blue) = 18+109+162=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #126DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126DA2 is #ED925D. Grayscale: #575757. Windows color (decimal): -15569502 or 10644754. OLE color: 10644754.

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

Color convert

RGB18109162-
CMYK0.890.3300.36
HSL202.08º80%35.29%-
HSV(B)202.08º88.89%63.53%-
XYZ12.2413.6736.18-
YUV87.83169.8578.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 162 (63.67% from 255) = 56.06%
R=6.23%
G=37.72%
B=56.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181091620.890.3300.36202.088035.29
Hex126DA25921024ca5023
Octal221552421314104431212043
Binary1001011011011010001010110011000010100100110010101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,109,162); }

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

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

 a { background-color: rgb(18,109,162); }

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

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

 span { border-color: rgb(18,109,162); }

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