#126FA8

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

Shades of Cerulean #126FA8

Tints of Cerulean #126FA8

Color information

#126FA8 (or 0x126FA8) is unknown color: approx Cerulean. HEX triplet: 12, 6F and A8. RGB value is (18,111,168). Sum of RGB (Red+Green+Blue) = 18+111+168=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 168 (66.02% from 255 or 56.57% from 297); Max value from RGB is 168 - color contains mainly: blue. Hex color #126FA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126FA8 is #ED9057. Grayscale: #595959. Windows color (decimal): -15568984 or 11038482. OLE color: 11038482.

HSL color Cylindrical-coordinate representation of color #126FA8: hue angle of 202.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126FA8 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB18111168-
CMYK0.890.3400.34
HSL202.8º80.65%36.47%-
HSV(B)202.8º89.29%65.88%-
XYZ1314.3239.13-
YUV89.69172.1976.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 168 (66.02% from 255) = 56.57%
R=6.06%
G=37.37%
B=56.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181111680.890.3400.34202.880.6536.47
Hex126FA85922022cb5124
Octal221572501314204231312144
Binary1001011011111010100010110011000100100010110010111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,111,168); }

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

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

 a { background-color: rgb(18,111,168); }

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

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

 span { border-color: rgb(18,111,168); }

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