Shades of Cerulean #126A9E
Tints of Cerulean #126A9E
RGB
CMYK
RGB Variations
Color information
#126A9E (or 0x126A9E) is known color: Cerulean. HEX triplet: 12, 6A and 9E. RGB value is (18,106,158). Sum of RGB (Red+Green+Blue) = 18+106+158=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #126A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A9E is #ED9561. Grayscale: #555555. Windows color (decimal): -15570274 or 10381842. OLE color: 10381842.
HSL color Cylindrical-coordinate representation of color #126A9E: hue angle of 202.29º 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 #126A9E is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 106 | 158 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.38 |
| HSL | 202.29º | 0.8% | 0.35% | - |
| HSV(B) | 202.29º | 0.89% | 0.62% | - |
| XYZ | 11.58 | 12.91 | 34.23 | - |
| YUV | 85.62 | 168.85 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 158 | 0.89 | 0.33 | 0 | 0.38 | 202.29 | 0.8 | 0.35 |
| Hex | 12 | 6A | 9E | 59 | 21 | 0 | 26 | CA | 50 | 23 |
| Octal | 22 | 152 | 236 | 131 | 41 | 0 | 46 | 312 | 120 | 43 |
| Binary | 10010 | 1101010 | 10011110 | 1011001 | 100001 | 0 | 100110 | 11001010 | 1010000 | 100011 |
Color Harmonies of #126A9E
Complementary color
Monochromatic Colors of #126A9E
Black with #126A9E
Text Example
Text Example
White with #126A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126A9E; }
p { color: rgb(18,106,158); }
H1.HeaderClassName
{
color: #126A9E;
}
.AnyTagClassName
{
color: #126A9E;
}
</style>
background-color css
<style>
a { background-color: #126A9E; }
a { background-color: rgb(18,106,158); }
div.DivClassName
{
background-color: #126A9E;
}
.BgClassName
{
background-color: #126A9E;
}
</style>
border-color css
<style>
span { border-color: #126A9E; }
span { border-color: rgb(18,106,158); }
td.TdClassName
{
border-color: #126A9E;
}
.TagClassName
{
border-color: #126A9E;
}
</style>