Shades of Cerulean #126E97
Tints of Cerulean #126E97
RGB
CMYK
RGB Variations
Color information
#126E97 (or 0x126E97) is known color: Cerulean. HEX triplet: 12, 6E and 97. RGB value is (18,110,151). Sum of RGB (Red+Green+Blue) = 18+110+151=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #126E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E97 is #ED9168. Grayscale: #565656. Windows color (decimal): -15569257 or 9924114. OLE color: 9924114.
HSL color Cylindrical-coordinate representation of color #126E97: hue angle of 198.5º 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 #126E97 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 110 | 151 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.41 |
| HSL | 198.5º | 0.79% | 0.33% | - |
| HSV(B) | 198.5º | 0.88% | 0.59% | - |
| XYZ | 11.41 | 13.51 | 31.29 | - |
| YUV | 87.17 | 164.02 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 151 | 0.88 | 0.27 | 0 | 0.41 | 198.5 | 0.79 | 0.33 |
| Hex | 12 | 6E | 97 | 58 | 1B | 0 | 29 | C6 | 4F | 21 |
| Octal | 22 | 156 | 227 | 130 | 33 | 0 | 51 | 306 | 117 | 41 |
| Binary | 10010 | 1101110 | 10010111 | 1011000 | 11011 | 0 | 101001 | 11000110 | 1001111 | 100001 |
Color Harmonies of #126E97
Complementary color
Monochromatic Colors of #126E97
Black with #126E97
Text Example
Text Example
White with #126E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E97; }
p { color: rgb(18,110,151); }
H1.HeaderClassName
{
color: #126E97;
}
.AnyTagClassName
{
color: #126E97;
}
</style>
background-color css
<style>
a { background-color: #126E97; }
a { background-color: rgb(18,110,151); }
div.DivClassName
{
background-color: #126E97;
}
.BgClassName
{
background-color: #126E97;
}
</style>
border-color css
<style>
span { border-color: #126E97; }
span { border-color: rgb(18,110,151); }
td.TdClassName
{
border-color: #126E97;
}
.TagClassName
{
border-color: #126E97;
}
</style>