#126D9B

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

Shades of Cerulean #126D9B

Tints of Cerulean #126D9B

Color information

#126D9B (or 0x126D9B) is unknown color: approx Cerulean. HEX triplet: 12, 6D and 9B. RGB value is (18,109,155). Sum of RGB (Red+Green+Blue) = 18+109+155=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #126D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126D9B is #ED9264. Grayscale: #565656. Windows color (decimal): -15569509 or 10186002. OLE color: 10186002.

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

Color convert

RGB18109155-
CMYK0.880.3000.39
HSL200.15º79.19%33.92%-
HSV(B)200.15º88.39%60.78%-
XYZ11.6313.4332.99-
YUV87.04166.3578.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 109 (42.97% from 255) = 38.65%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=6.38%
G=38.65%
B=54.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181091550.880.3000.39200.1579.1933.92
Hex126D9B581E027c84f22
Octal221552331303604731011742
Binary100101101101100110111011000111100100111110010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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