Shades of Dark Cerulean #12447C
Tints of Dark Cerulean #12447C
RGB
CMYK
RGB Variations
Color information
#12447C (or 0x12447C) is known color: Dark Cerulean. HEX triplet: 12, 44 and 7C. RGB value is (18,68,124). Sum of RGB (Red+Green+Blue) = 18+68+124=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #12447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12447C is #EDBB83. Grayscale: #3B3B3B. Windows color (decimal): -15580036 or 8143890. OLE color: 8143890.
HSL color Cylindrical-coordinate representation of color #12447C: hue angle of 211.7º 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 #12447C is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 68 | 124 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.51 |
| HSL | 211.7º | 0.75% | 0.28% | - |
| HSV(B) | 211.7º | 0.85% | 0.49% | - |
| XYZ | 5.95 | 5.72 | 19.86 | - |
| YUV | 59.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 124 | 0.85 | 0.45 | 0 | 0.51 | 211.7 | 0.75 | 0.28 |
| Hex | 12 | 44 | 7C | 55 | 2D | 0 | 33 | D4 | 4B | 1C |
| Octal | 22 | 104 | 174 | 125 | 55 | 0 | 63 | 324 | 113 | 34 |
| Binary | 10010 | 1000100 | 1111100 | 1010101 | 101101 | 0 | 110011 | 11010100 | 1001011 | 11100 |
Color Harmonies of #12447C
Complementary color
Monochromatic Colors of #12447C
Black with #12447C
Text Example
Text Example
White with #12447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12447C; }
p { color: rgb(18,68,124); }
H1.HeaderClassName
{
color: #12447C;
}
.AnyTagClassName
{
color: #12447C;
}
</style>
background-color css
<style>
a { background-color: #12447C; }
a { background-color: rgb(18,68,124); }
div.DivClassName
{
background-color: #12447C;
}
.BgClassName
{
background-color: #12447C;
}
</style>
border-color css
<style>
span { border-color: #12447C; }
span { border-color: rgb(18,68,124); }
td.TdClassName
{
border-color: #12447C;
}
.TagClassName
{
border-color: #12447C;
}
</style>