Shades of Cerulean #126CA0
Tints of Cerulean #126CA0
RGB
CMYK
RGB Variations
Color information
#126CA0 (or 0x126CA0) is known color: Cerulean. HEX triplet: 12, 6C and A0. RGB value is (18,108,160). Sum of RGB (Red+Green+Blue) = 18+108+160=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 160 (62.89% from 255 or 55.94% from 286); Max value from RGB is 160 - color contains mainly: blue. Hex color #126CA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126CA0 is #ED935F. Grayscale: #565656. Windows color (decimal): -15569760 or 10513426. OLE color: 10513426.
HSL color Cylindrical-coordinate representation of color #126CA0: hue angle of 201.97º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126CA0 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 108 | 160 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.37 |
| HSL | 201.97º | 0.8% | 0.35% | - |
| HSV(B) | 201.97º | 0.89% | 0.63% | - |
| XYZ | 11.96 | 13.39 | 35.21 | - |
| YUV | 87.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 160 | 0.89 | 0.32 | 0 | 0.37 | 201.97 | 0.8 | 0.35 |
| Hex | 12 | 6C | A0 | 59 | 20 | 0 | 25 | CA | 50 | 23 |
| Octal | 22 | 154 | 240 | 131 | 40 | 0 | 45 | 312 | 120 | 43 |
| Binary | 10010 | 1101100 | 10100000 | 1011001 | 100000 | 0 | 100101 | 11001010 | 1010000 | 100011 |
Color Harmonies of #126CA0
Complementary color
Monochromatic Colors of #126CA0
Black with #126CA0
Text Example
Text Example
White with #126CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CA0; }
p { color: rgb(18,108,160); }
H1.HeaderClassName
{
color: #126CA0;
}
.AnyTagClassName
{
color: #126CA0;
}
</style>
background-color css
<style>
a { background-color: #126CA0; }
a { background-color: rgb(18,108,160); }
div.DivClassName
{
background-color: #126CA0;
}
.BgClassName
{
background-color: #126CA0;
}
</style>
border-color css
<style>
span { border-color: #126CA0; }
span { border-color: rgb(18,108,160); }
td.TdClassName
{
border-color: #126CA0;
}
.TagClassName
{
border-color: #126CA0;
}
</style>