Shades of Dark Cerulean #12537D
Tints of Dark Cerulean #12537D
RGB
CMYK
RGB Variations
Color information
#12537D (or 0x12537D) is known color: Dark Cerulean. HEX triplet: 12, 53 and 7D. RGB value is (18,83,125). Sum of RGB (Red+Green+Blue) = 18+83+125=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #12537D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12537D is #EDAC82. Grayscale: #444444. Windows color (decimal): -15576195 or 8213266. OLE color: 8213266.
HSL color Cylindrical-coordinate representation of color #12537D: hue angle of 203.55º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12537D is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 83 | 125 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.51 |
| HSL | 203.55º | 0.75% | 0.28% | - |
| HSV(B) | 203.55º | 0.86% | 0.49% | - |
| XYZ | 7.04 | 7.8 | 20.54 | - |
| YUV | 68.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 125 | 0.86 | 0.34 | 0 | 0.51 | 203.55 | 0.75 | 0.28 |
| Hex | 12 | 53 | 7D | 56 | 22 | 0 | 33 | CC | 4B | 1C |
| Octal | 22 | 123 | 175 | 126 | 42 | 0 | 63 | 314 | 113 | 34 |
| Binary | 10010 | 1010011 | 1111101 | 1010110 | 100010 | 0 | 110011 | 11001100 | 1001011 | 11100 |
Color Harmonies of #12537D
Complementary color
Monochromatic Colors of #12537D
Black with #12537D
Text Example
Text Example
White with #12537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12537D; }
p { color: rgb(18,83,125); }
H1.HeaderClassName
{
color: #12537D;
}
.AnyTagClassName
{
color: #12537D;
}
</style>
background-color css
<style>
a { background-color: #12537D; }
a { background-color: rgb(18,83,125); }
div.DivClassName
{
background-color: #12537D;
}
.BgClassName
{
background-color: #12537D;
}
</style>
border-color css
<style>
span { border-color: #12537D; }
span { border-color: rgb(18,83,125); }
td.TdClassName
{
border-color: #12537D;
}
.TagClassName
{
border-color: #12537D;
}
</style>