Shades of Cerulean #126C99
Tints of Cerulean #126C99
RGB
CMYK
RGB Variations
Color information
#126C99 (or 0x126C99) is known color: Cerulean. HEX triplet: 12, 6C and 99. RGB value is (18,108,153). Sum of RGB (Red+Green+Blue) = 18+108+153=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #126C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C99 is #ED9366. Grayscale: #555555. Windows color (decimal): -15569767 or 10054674. OLE color: 10054674.
HSL color Cylindrical-coordinate representation of color #126C99: hue angle of 200º 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 #126C99 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 108 | 153 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.4 |
| HSL | 200º | 0.79% | 0.34% | - |
| HSV(B) | 200º | 0.88% | 0.6% | - |
| XYZ | 11.36 | 13.15 | 32.08 | - |
| YUV | 86.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 153 | 0.88 | 0.29 | 0 | 0.4 | 200 | 0.79 | 0.34 |
| Hex | 12 | 6C | 99 | 58 | 1D | 0 | 28 | C8 | 4F | 22 |
| Octal | 22 | 154 | 231 | 130 | 35 | 0 | 50 | 310 | 117 | 42 |
| Binary | 10010 | 1101100 | 10011001 | 1011000 | 11101 | 0 | 101000 | 11001000 | 1001111 | 100010 |
Color Harmonies of #126C99
Complementary color
Monochromatic Colors of #126C99
Black with #126C99
Text Example
Text Example
White with #126C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C99; }
p { color: rgb(18,108,153); }
H1.HeaderClassName
{
color: #126C99;
}
.AnyTagClassName
{
color: #126C99;
}
</style>
background-color css
<style>
a { background-color: #126C99; }
a { background-color: rgb(18,108,153); }
div.DivClassName
{
background-color: #126C99;
}
.BgClassName
{
background-color: #126C99;
}
</style>
border-color css
<style>
span { border-color: #126C99; }
span { border-color: rgb(18,108,153); }
td.TdClassName
{
border-color: #126C99;
}
.TagClassName
{
border-color: #126C99;
}
</style>