Shades of Dark Cerulean #12497B
Tints of Dark Cerulean #12497B
RGB
CMYK
RGB Variations
Color information
#12497B (or 0x12497B) is known color: Dark Cerulean. HEX triplet: 12, 49 and 7B. RGB value is (18,73,123). Sum of RGB (Red+Green+Blue) = 18+73+123=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #12497B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12497B is #EDB684. Grayscale: #3E3E3E. Windows color (decimal): -15578757 or 8079634. OLE color: 8079634.
HSL color Cylindrical-coordinate representation of color #12497B: hue angle of 208.57º 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 #12497B is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 73 | 123 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.52 |
| HSL | 208.57º | 0.74% | 0.28% | - |
| HSV(B) | 208.57º | 0.85% | 0.48% | - |
| XYZ | 6.21 | 6.32 | 19.63 | - |
| YUV | 62.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 123 | 0.85 | 0.41 | 0 | 0.52 | 208.57 | 0.74 | 0.28 |
| Hex | 12 | 49 | 7B | 55 | 29 | 0 | 34 | D1 | 4A | 1C |
| Octal | 22 | 111 | 173 | 125 | 51 | 0 | 64 | 321 | 112 | 34 |
| Binary | 10010 | 1001001 | 1111011 | 1010101 | 101001 | 0 | 110100 | 11010001 | 1001010 | 11100 |
Color Harmonies of #12497B
Complementary color
Monochromatic Colors of #12497B
Black with #12497B
Text Example
Text Example
White with #12497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12497B; }
p { color: rgb(18,73,123); }
H1.HeaderClassName
{
color: #12497B;
}
.AnyTagClassName
{
color: #12497B;
}
</style>
background-color css
<style>
a { background-color: #12497B; }
a { background-color: rgb(18,73,123); }
div.DivClassName
{
background-color: #12497B;
}
.BgClassName
{
background-color: #12497B;
}
</style>
border-color css
<style>
span { border-color: #12497B; }
span { border-color: rgb(18,73,123); }
td.TdClassName
{
border-color: #12497B;
}
.TagClassName
{
border-color: #12497B;
}
</style>