Shades of Dark Cerulean #12447A
Tints of Dark Cerulean #12447A
RGB
CMYK
RGB Variations
Color information
#12447A (or 0x12447A) is known color: Dark Cerulean. HEX triplet: 12, 44 and 7A. RGB value is (18,68,122). Sum of RGB (Red+Green+Blue) = 18+68+122=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #12447A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12447A is #EDBB85. Grayscale: #3A3A3A. Windows color (decimal): -15580038 or 8012818. OLE color: 8012818.
HSL color Cylindrical-coordinate representation of color #12447A: hue angle of 211.15º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12447A is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 68 | 122 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.52 |
| HSL | 211.15º | 0.74% | 0.27% | - |
| HSV(B) | 211.15º | 0.85% | 0.48% | - |
| XYZ | 5.83 | 5.67 | 19.2 | - |
| YUV | 59.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 122 | 0.85 | 0.44 | 0 | 0.52 | 211.15 | 0.74 | 0.27 |
| Hex | 12 | 44 | 7A | 55 | 2C | 0 | 34 | D3 | 4A | 1B |
| Octal | 22 | 104 | 172 | 125 | 54 | 0 | 64 | 323 | 112 | 33 |
| Binary | 10010 | 1000100 | 1111010 | 1010101 | 101100 | 0 | 110100 | 11010011 | 1001010 | 11011 |
Color Harmonies of #12447A
Complementary color
Monochromatic Colors of #12447A
Black with #12447A
Text Example
Text Example
White with #12447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12447A; }
p { color: rgb(18,68,122); }
H1.HeaderClassName
{
color: #12447A;
}
.AnyTagClassName
{
color: #12447A;
}
</style>
background-color css
<style>
a { background-color: #12447A; }
a { background-color: rgb(18,68,122); }
div.DivClassName
{
background-color: #12447A;
}
.BgClassName
{
background-color: #12447A;
}
</style>
border-color css
<style>
span { border-color: #12447A; }
span { border-color: rgb(18,68,122); }
td.TdClassName
{
border-color: #12447A;
}
.TagClassName
{
border-color: #12447A;
}
</style>