#126B96

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

Shades of Cerulean #126B96

Tints of Cerulean #126B96

Color information

#126B96 (or 0x126B96) is unknown color: approx Cerulean. HEX triplet: 12, 6B and 96. RGB value is (18,107,150). Sum of RGB (Red+Green+Blue) = 18+107+150=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #126B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126B96 is #ED9469. Grayscale: #555555. Windows color (decimal): -15570026 or 9857810. OLE color: 9857810.

HSL color Cylindrical-coordinate representation of color #126B96: hue angle of 199.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126B96 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB18107150-
CMYK0.880.2900.41
HSL199.55º78.57%32.94%-
HSV(B)199.55º88%58.82%-
XYZ11.0112.8530.75-
YUV85.29164.5180-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=6.55%
G=38.91%
B=54.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181071500.880.2900.41199.5578.5732.94
Hex126B96581D029c84f21
Octal221532261303505131011741
Binary100101101011100101101011000111010101001110010001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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