Shades of Cerulean #126799
Tints of Cerulean #126799
RGB
CMYK
RGB Variations
Color information
#126799 (or 0x126799) is known color: Cerulean. HEX triplet: 12, 67 and 99. RGB value is (18,103,153). Sum of RGB (Red+Green+Blue) = 18+103+153=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #126799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126799 is #ED9866. Grayscale: #535353. Windows color (decimal): -15571047 or 10053394. OLE color: 10053394.
HSL color Cylindrical-coordinate representation of color #126799: hue angle of 202.22º 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 #126799 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 103 | 153 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.4 |
| HSL | 202.22º | 0.79% | 0.34% | - |
| HSV(B) | 202.22º | 0.88% | 0.6% | - |
| XYZ | 10.85 | 12.13 | 31.91 | - |
| YUV | 83.29 | 167.34 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 153 | 0.88 | 0.33 | 0 | 0.4 | 202.22 | 0.79 | 0.34 |
| Hex | 12 | 67 | 99 | 58 | 21 | 0 | 28 | CA | 4F | 22 |
| Octal | 22 | 147 | 231 | 130 | 41 | 0 | 50 | 312 | 117 | 42 |
| Binary | 10010 | 1100111 | 10011001 | 1011000 | 100001 | 0 | 101000 | 11001010 | 1001111 | 100010 |
Color Harmonies of #126799
Complementary color
Monochromatic Colors of #126799
Black with #126799
Text Example
Text Example
White with #126799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126799; }
p { color: rgb(18,103,153); }
H1.HeaderClassName
{
color: #126799;
}
.AnyTagClassName
{
color: #126799;
}
</style>
background-color css
<style>
a { background-color: #126799; }
a { background-color: rgb(18,103,153); }
div.DivClassName
{
background-color: #126799;
}
.BgClassName
{
background-color: #126799;
}
</style>
border-color css
<style>
span { border-color: #126799; }
span { border-color: rgb(18,103,153); }
td.TdClassName
{
border-color: #126799;
}
.TagClassName
{
border-color: #126799;
}
</style>