Shades of Cerulean #126DA2
Tints of Cerulean #126DA2
RGB
CMYK
RGB Variations
Color information
#126DA2 (or 0x126DA2) is known color: Cerulean. HEX triplet: 12, 6D and A2. RGB value is (18,109,162). Sum of RGB (Red+Green+Blue) = 18+109+162=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #126DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126DA2 is #ED925D. Grayscale: #575757. Windows color (decimal): -15569502 or 10644754. OLE color: 10644754.
HSL color Cylindrical-coordinate representation of color #126DA2: hue angle of 202.08º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126DA2 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 109 | 162 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.36 |
| HSL | 202.08º | 0.8% | 0.35% | - |
| HSV(B) | 202.08º | 0.89% | 0.64% | - |
| XYZ | 12.24 | 13.67 | 36.18 | - |
| YUV | 87.83 | 169.85 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 162 | 0.89 | 0.33 | 0 | 0.36 | 202.08 | 0.8 | 0.35 |
| Hex | 12 | 6D | A2 | 59 | 21 | 0 | 24 | CA | 50 | 23 |
| Octal | 22 | 155 | 242 | 131 | 41 | 0 | 44 | 312 | 120 | 43 |
| Binary | 10010 | 1101101 | 10100010 | 1011001 | 100001 | 0 | 100100 | 11001010 | 1010000 | 100011 |
Color Harmonies of #126DA2
Complementary color
Monochromatic Colors of #126DA2
Black with #126DA2
Text Example
Text Example
White with #126DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DA2; }
p { color: rgb(18,109,162); }
H1.HeaderClassName
{
color: #126DA2;
}
.AnyTagClassName
{
color: #126DA2;
}
</style>
background-color css
<style>
a { background-color: #126DA2; }
a { background-color: rgb(18,109,162); }
div.DivClassName
{
background-color: #126DA2;
}
.BgClassName
{
background-color: #126DA2;
}
</style>
border-color css
<style>
span { border-color: #126DA2; }
span { border-color: rgb(18,109,162); }
td.TdClassName
{
border-color: #126DA2;
}
.TagClassName
{
border-color: #126DA2;
}
</style>