Shades of Dark Cerulean #12527C
Tints of Dark Cerulean #12527C
RGB
CMYK
RGB Variations
Color information
#12527C (or 0x12527C) is known color: Dark Cerulean. HEX triplet: 12, 52 and 7C. RGB value is (18,82,124). Sum of RGB (Red+Green+Blue) = 18+82+124=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #12527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12527C is #EDAD83. Grayscale: #434343. Windows color (decimal): -15576452 or 8147474. OLE color: 8147474.
HSL color Cylindrical-coordinate representation of color #12527C: hue angle of 203.77º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12527C is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 82 | 124 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.51 |
| HSL | 203.77º | 0.75% | 0.28% | - |
| HSV(B) | 203.77º | 0.85% | 0.49% | - |
| XYZ | 6.9 | 7.62 | 20.18 | - |
| YUV | 67.65 | 159.8 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 124 | 0.85 | 0.34 | 0 | 0.51 | 203.77 | 0.75 | 0.28 |
| Hex | 12 | 52 | 7C | 55 | 22 | 0 | 33 | CC | 4B | 1C |
| Octal | 22 | 122 | 174 | 125 | 42 | 0 | 63 | 314 | 113 | 34 |
| Binary | 10010 | 1010010 | 1111100 | 1010101 | 100010 | 0 | 110011 | 11001100 | 1001011 | 11100 |
Color Harmonies of #12527C
Complementary color
Monochromatic Colors of #12527C
Black with #12527C
Text Example
Text Example
White with #12527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12527C; }
p { color: rgb(18,82,124); }
H1.HeaderClassName
{
color: #12527C;
}
.AnyTagClassName
{
color: #12527C;
}
</style>
background-color css
<style>
a { background-color: #12527C; }
a { background-color: rgb(18,82,124); }
div.DivClassName
{
background-color: #12527C;
}
.BgClassName
{
background-color: #12527C;
}
</style>
border-color css
<style>
span { border-color: #12527C; }
span { border-color: rgb(18,82,124); }
td.TdClassName
{
border-color: #12527C;
}
.TagClassName
{
border-color: #12527C;
}
</style>