Shades of Cerulean #126A9F
Tints of Cerulean #126A9F
RGB
CMYK
RGB Variations
Color information
#126A9F (or 0x126A9F) is known color: Cerulean. HEX triplet: 12, 6A and 9F. RGB value is (18,106,159). Sum of RGB (Red+Green+Blue) = 18+106+159=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #126A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A9F is #ED9560. Grayscale: #555555. Windows color (decimal): -15570273 or 10447378. OLE color: 10447378.
HSL color Cylindrical-coordinate representation of color #126A9F: hue angle of 202.55º 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 #126A9F is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 106 | 159 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.38 |
| HSL | 202.55º | 0.8% | 0.35% | - |
| HSV(B) | 202.55º | 0.89% | 0.62% | - |
| XYZ | 11.66 | 12.94 | 34.68 | - |
| YUV | 85.73 | 169.35 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 159 | 0.89 | 0.33 | 0 | 0.38 | 202.55 | 0.8 | 0.35 |
| Hex | 12 | 6A | 9F | 59 | 21 | 0 | 26 | CB | 50 | 23 |
| Octal | 22 | 152 | 237 | 131 | 41 | 0 | 46 | 313 | 120 | 43 |
| Binary | 10010 | 1101010 | 10011111 | 1011001 | 100001 | 0 | 100110 | 11001011 | 1010000 | 100011 |
Color Harmonies of #126A9F
Complementary color
Monochromatic Colors of #126A9F
Black with #126A9F
Text Example
Text Example
White with #126A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126A9F; }
p { color: rgb(18,106,159); }
H1.HeaderClassName
{
color: #126A9F;
}
.AnyTagClassName
{
color: #126A9F;
}
</style>
background-color css
<style>
a { background-color: #126A9F; }
a { background-color: rgb(18,106,159); }
div.DivClassName
{
background-color: #126A9F;
}
.BgClassName
{
background-color: #126A9F;
}
</style>
border-color css
<style>
span { border-color: #126A9F; }
span { border-color: rgb(18,106,159); }
td.TdClassName
{
border-color: #126A9F;
}
.TagClassName
{
border-color: #126A9F;
}
</style>