Shades of Dark Cerulean #12537B
Tints of Dark Cerulean #12537B
RGB
CMYK
RGB Variations
Color information
#12537B (or 0x12537B) is known color: Dark Cerulean. HEX triplet: 12, 53 and 7B. RGB value is (18,83,123). Sum of RGB (Red+Green+Blue) = 18+83+123=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #12537B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12537B is #EDAC84. Grayscale: #434343. Windows color (decimal): -15576197 or 8082194. OLE color: 8082194.
HSL color Cylindrical-coordinate representation of color #12537B: hue angle of 202.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12537B is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 83 | 123 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.52 |
| HSL | 202.86º | 0.74% | 0.28% | - |
| HSV(B) | 202.86º | 0.85% | 0.48% | - |
| XYZ | 6.92 | 7.75 | 19.87 | - |
| YUV | 68.13 | 158.97 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 123 | 0.85 | 0.33 | 0 | 0.52 | 202.86 | 0.74 | 0.28 |
| Hex | 12 | 53 | 7B | 55 | 21 | 0 | 34 | CB | 4A | 1C |
| Octal | 22 | 123 | 173 | 125 | 41 | 0 | 64 | 313 | 112 | 34 |
| Binary | 10010 | 1010011 | 1111011 | 1010101 | 100001 | 0 | 110100 | 11001011 | 1001010 | 11100 |
Color Harmonies of #12537B
Complementary color
Monochromatic Colors of #12537B
Black with #12537B
Text Example
Text Example
White with #12537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12537B; }
p { color: rgb(18,83,123); }
H1.HeaderClassName
{
color: #12537B;
}
.AnyTagClassName
{
color: #12537B;
}
</style>
background-color css
<style>
a { background-color: #12537B; }
a { background-color: rgb(18,83,123); }
div.DivClassName
{
background-color: #12537B;
}
.BgClassName
{
background-color: #12537B;
}
</style>
border-color css
<style>
span { border-color: #12537B; }
span { border-color: rgb(18,83,123); }
td.TdClassName
{
border-color: #12537B;
}
.TagClassName
{
border-color: #12537B;
}
</style>