Shades of Dark Cerulean #0C4789
Tints of Dark Cerulean #0C4789
RGB
CMYK
RGB Variations
Color information
#0C4789 (or 0x0C4789) is known color: Dark Cerulean. HEX triplet: 0C, 47 and 89. RGB value is (12,71,137). Sum of RGB (Red+Green+Blue) = 12+71+137=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C4789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4789 is #F3B876. Grayscale: #3C3C3C. Windows color (decimal): -15972471 or 8996620. OLE color: 8996620.
HSL color Cylindrical-coordinate representation of color #0C4789: hue angle of 211.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4789 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 71 | 137 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.46 |
| HSL | 211.68º | 0.84% | 0.29% | - |
| HSV(B) | 211.68º | 0.91% | 0.54% | - |
| XYZ | 6.92 | 6.39 | 24.54 | - |
| YUV | 60.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 137 | 0.91 | 0.48 | 0 | 0.46 | 211.68 | 0.84 | 0.29 |
| Hex | C | 47 | 89 | 5B | 30 | 0 | 2E | D4 | 54 | 1D |
| Octal | 14 | 107 | 211 | 133 | 60 | 0 | 56 | 324 | 124 | 35 |
| Binary | 1100 | 1000111 | 10001001 | 1011011 | 110000 | 0 | 101110 | 11010100 | 1010100 | 11101 |
Color Harmonies of #0C4789
Complementary color
Monochromatic Colors of #0C4789
Black with #0C4789
Text Example
Text Example
White with #0C4789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4789; }
p { color: rgb(12,71,137); }
H1.HeaderClassName
{
color: #0C4789;
}
.AnyTagClassName
{
color: #0C4789;
}
</style>
background-color css
<style>
a { background-color: #0C4789; }
a { background-color: rgb(12,71,137); }
div.DivClassName
{
background-color: #0C4789;
}
.BgClassName
{
background-color: #0C4789;
}
</style>
border-color css
<style>
span { border-color: #0C4789; }
span { border-color: rgb(12,71,137); }
td.TdClassName
{
border-color: #0C4789;
}
.TagClassName
{
border-color: #0C4789;
}
</style>