#126DA7

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

Shades of Cerulean #126DA7

Tints of Cerulean #126DA7

Color information

#126DA7 (or 0x126DA7) is unknown color: approx Cerulean. HEX triplet: 12, 6D and A7. RGB value is (18,109,167). Sum of RGB (Red+Green+Blue) = 18+109+167=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 167 (65.62% from 255 or 56.80% from 294); Max value from RGB is 167 - color contains mainly: blue. Hex color #126DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126DA7 is #ED9258. Grayscale: #585858. Windows color (decimal): -15569497 or 10972434. OLE color: 10972434.

HSL color Cylindrical-coordinate representation of color #126DA7: hue angle of 203.36º 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 #126DA7 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB18109167-
CMYK0.890.3500.35
HSL203.36º80.54%36.27%-
HSV(B)203.36º89.22%65.49%-
XYZ12.6913.8638.56-
YUV88.4172.3577.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 167 (65.62% from 255) = 56.80%
R=6.12%
G=37.07%
B=56.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181091670.890.3500.35203.3680.5436.27
Hex126DA75923023cb5124
Octal221552471314304331312144
Binary1001011011011010011110110011000110100011110010111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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