#126B9A

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

Shades of Cerulean #126B9A

Tints of Cerulean #126B9A

Color information

#126B9A (or 0x126B9A) is unknown color: approx Cerulean. HEX triplet: 12, 6B and 9A. RGB value is (18,107,154). Sum of RGB (Red+Green+Blue) = 18+107+154=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #126B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126B9A is #ED9465. Grayscale: #555555. Windows color (decimal): -15570022 or 10119954. OLE color: 10119954.

HSL color Cylindrical-coordinate representation of color #126B9A: hue angle of 200.74º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126B9A is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB18107154-
CMYK0.880.3100.40
HSL200.74º79.07%33.73%-
HSV(B)200.74º88.31%60.39%-
XYZ11.3412.9832.48-
YUV85.75166.5179.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 154 (60.55% from 255) = 55.20%
R=6.45%
G=38.35%
B=55.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181071540.880.3100.40200.7479.0733.73
Hex126B9A581F028c94f22
Octal221532321303705031111742
Binary100101101011100110101011000111110101000110010011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,107,154); }

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

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

 a { background-color: rgb(18,107,154); }

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

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

 span { border-color: rgb(18,107,154); }

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