#126EA7

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

Shades of Cerulean #126EA7

Tints of Cerulean #126EA7

Color information

#126EA7 (or 0x126EA7) is unknown color: approx Cerulean. HEX triplet: 12, 6E and A7. RGB value is (18,110,167). Sum of RGB (Red+Green+Blue) = 18+110+167=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 167 (65.62% from 255 or 56.61% from 295); Max value from RGB is 167 - color contains mainly: blue. Hex color #126EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126EA7 is #ED9158. Grayscale: #585858. Windows color (decimal): -15569241 or 10972690. OLE color: 10972690.

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

Color convert

RGB18110167-
CMYK0.890.3400.35
HSL202.95º80.54%36.27%-
HSV(B)202.95º89.22%65.49%-
XYZ12.814.0738.6-
YUV88.99172.0277.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 167 (65.62% from 255) = 56.61%
R=6.10%
G=37.29%
B=56.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181101670.890.3400.35202.9580.5436.27
Hex126EA75922023cb5124
Octal221562471314204331312144
Binary1001011011101010011110110011000100100011110010111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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