Shades of Cerulean #126BA6
Tints of Cerulean #126BA6
RGB
CMYK
RGB Variations
Color information
#126BA6 (or 0x126BA6) is known color: Cerulean. HEX triplet: 12, 6B and A6. RGB value is (18,107,166). Sum of RGB (Red+Green+Blue) = 18+107+166=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 166 (65.23% from 255 or 57.04% from 291); Max value from RGB is 166 - color contains mainly: blue. Hex color #126BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126BA6 is #ED9459. Grayscale: #565656. Windows color (decimal): -15570010 or 10906386. OLE color: 10906386.
HSL color Cylindrical-coordinate representation of color #126BA6: hue angle of 203.92º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126BA6 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 107 | 166 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.35 |
| HSL | 203.92º | 0.8% | 0.36% | - |
| HSV(B) | 203.92º | 0.89% | 0.65% | - |
| XYZ | 12.39 | 13.4 | 38.01 | - |
| YUV | 87.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 166 | 0.89 | 0.36 | 0 | 0.35 | 203.92 | 0.8 | 0.36 |
| Hex | 12 | 6B | A6 | 59 | 24 | 0 | 23 | CC | 50 | 24 |
| Octal | 22 | 153 | 246 | 131 | 44 | 0 | 43 | 314 | 120 | 44 |
| Binary | 10010 | 1101011 | 10100110 | 1011001 | 100100 | 0 | 100011 | 11001100 | 1010000 | 100100 |
Color Harmonies of #126BA6
Complementary color
Monochromatic Colors of #126BA6
Black with #126BA6
Text Example
Text Example
White with #126BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126BA6; }
p { color: rgb(18,107,166); }
H1.HeaderClassName
{
color: #126BA6;
}
.AnyTagClassName
{
color: #126BA6;
}
</style>
background-color css
<style>
a { background-color: #126BA6; }
a { background-color: rgb(18,107,166); }
div.DivClassName
{
background-color: #126BA6;
}
.BgClassName
{
background-color: #126BA6;
}
</style>
border-color css
<style>
span { border-color: #126BA6; }
span { border-color: rgb(18,107,166); }
td.TdClassName
{
border-color: #126BA6;
}
.TagClassName
{
border-color: #126BA6;
}
</style>