Shades of Cerulean #126B9E
Tints of Cerulean #126B9E
RGB
CMYK
RGB Variations
Color information
#126B9E (or 0x126B9E) is known color: Cerulean. HEX triplet: 12, 6B and 9E. RGB value is (18,107,158). Sum of RGB (Red+Green+Blue) = 18+107+158=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #126B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126B9E is #ED9461. Grayscale: #555555. Windows color (decimal): -15570018 or 10382098. OLE color: 10382098.
HSL color Cylindrical-coordinate representation of color #126B9E: hue angle of 201.86º 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 #126B9E is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 107 | 158 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.38 |
| HSL | 201.86º | 0.8% | 0.35% | - |
| HSV(B) | 201.86º | 0.89% | 0.62% | - |
| XYZ | 11.68 | 13.11 | 34.26 | - |
| YUV | 86.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 158 | 0.89 | 0.32 | 0 | 0.38 | 201.86 | 0.8 | 0.35 |
| Hex | 12 | 6B | 9E | 59 | 20 | 0 | 26 | CA | 50 | 23 |
| Octal | 22 | 153 | 236 | 131 | 40 | 0 | 46 | 312 | 120 | 43 |
| Binary | 10010 | 1101011 | 10011110 | 1011001 | 100000 | 0 | 100110 | 11001010 | 1010000 | 100011 |
Color Harmonies of #126B9E
Complementary color
Monochromatic Colors of #126B9E
Black with #126B9E
Text Example
Text Example
White with #126B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126B9E; }
p { color: rgb(18,107,158); }
H1.HeaderClassName
{
color: #126B9E;
}
.AnyTagClassName
{
color: #126B9E;
}
</style>
background-color css
<style>
a { background-color: #126B9E; }
a { background-color: rgb(18,107,158); }
div.DivClassName
{
background-color: #126B9E;
}
.BgClassName
{
background-color: #126B9E;
}
</style>
border-color css
<style>
span { border-color: #126B9E; }
span { border-color: rgb(18,107,158); }
td.TdClassName
{
border-color: #126B9E;
}
.TagClassName
{
border-color: #126B9E;
}
</style>