Shades of Dark Cerulean #12476E
Tints of Dark Cerulean #12476E
RGB
CMYK
RGB Variations
Color information
#12476E (or 0x12476E) is known color: Dark Cerulean. HEX triplet: 12, 47 and 6E. RGB value is (18,71,110). Sum of RGB (Red+Green+Blue) = 18+71+110=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #12476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12476E is #EDB891. Grayscale: #3B3B3B. Windows color (decimal): -15579282 or 7227154. OLE color: 7227154.
HSL color Cylindrical-coordinate representation of color #12476E: hue angle of 205.43º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12476E is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 71 | 110 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.57 |
| HSL | 205.43º | 0.72% | 0.25% | - |
| HSV(B) | 205.43º | 0.84% | 0.43% | - |
| XYZ | 5.32 | 5.76 | 15.58 | - |
| YUV | 59.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 110 | 0.84 | 0.35 | 0 | 0.57 | 205.43 | 0.72 | 0.25 |
| Hex | 12 | 47 | 6E | 54 | 23 | 0 | 39 | CD | 48 | 19 |
| Octal | 22 | 107 | 156 | 124 | 43 | 0 | 71 | 315 | 110 | 31 |
| Binary | 10010 | 1000111 | 1101110 | 1010100 | 100011 | 0 | 111001 | 11001101 | 1001000 | 11001 |
Color Harmonies of #12476E
Complementary color
Monochromatic Colors of #12476E
Black with #12476E
Text Example
Text Example
White with #12476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12476E; }
p { color: rgb(18,71,110); }
H1.HeaderClassName
{
color: #12476E;
}
.AnyTagClassName
{
color: #12476E;
}
</style>
background-color css
<style>
a { background-color: #12476E; }
a { background-color: rgb(18,71,110); }
div.DivClassName
{
background-color: #12476E;
}
.BgClassName
{
background-color: #12476E;
}
</style>
border-color css
<style>
span { border-color: #12476E; }
span { border-color: rgb(18,71,110); }
td.TdClassName
{
border-color: #12476E;
}
.TagClassName
{
border-color: #12476E;
}
</style>