#126D9F

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

Shades of Cerulean #126D9F

Tints of Cerulean #126D9F

Color information

#126D9F (or 0x126D9F) is unknown color: approx Cerulean. HEX triplet: 12, 6D and 9F. RGB value is (18,109,159). Sum of RGB (Red+Green+Blue) = 18+109+159=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #126D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126D9F is #ED9260. Grayscale: #575757. Windows color (decimal): -15569505 or 10448146. OLE color: 10448146.

HSL color Cylindrical-coordinate representation of color #126D9F: hue angle of 201.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126D9F is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18109159-
CMYK0.890.3100.38
HSL201.28º79.66%34.71%-
HSV(B)201.28º88.68%62.35%-
XYZ11.9813.5734.79-
YUV87.49168.3578.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.29%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 159 (62.5% from 255) = 55.59%
R=6.29%
G=38.11%
B=55.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181091590.890.3100.38201.2879.6634.71
Hex126D9F591F026c95023
Octal221552371313704631112043
Binary100101101101100111111011001111110100110110010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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