Shades of Dark Cerulean #0C4993
Tints of Dark Cerulean #0C4993
RGB
CMYK
RGB Variations
Color information
#0C4993 (or 0x0C4993) is known color: Dark Cerulean. HEX triplet: 0C, 49 and 93. RGB value is (12,73,147). Sum of RGB (Red+Green+Blue) = 12+73+147=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C4993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4993 is #F3B66C. Grayscale: #3E3E3E. Windows color (decimal): -15971949 or 9652492. OLE color: 9652492.
HSL color Cylindrical-coordinate representation of color #0C4993: hue angle of 212.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4993 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 73 | 147 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.42 |
| HSL | 212.89º | 0.85% | 0.31% | - |
| HSV(B) | 212.89º | 0.92% | 0.58% | - |
| XYZ | 7.8 | 6.95 | 28.53 | - |
| YUV | 63.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 147 | 0.92 | 0.50 | 0 | 0.42 | 212.89 | 0.85 | 0.31 |
| Hex | C | 49 | 93 | 5C | 32 | 0 | 2A | D5 | 55 | 1F |
| Octal | 14 | 111 | 223 | 134 | 62 | 0 | 52 | 325 | 125 | 37 |
| Binary | 1100 | 1001001 | 10010011 | 1011100 | 110010 | 0 | 101010 | 11010101 | 1010101 | 11111 |
Color Harmonies of #0C4993
Complementary color
Monochromatic Colors of #0C4993
Black with #0C4993
Text Example
Text Example
White with #0C4993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4993; }
p { color: rgb(12,73,147); }
H1.HeaderClassName
{
color: #0C4993;
}
.AnyTagClassName
{
color: #0C4993;
}
</style>
background-color css
<style>
a { background-color: #0C4993; }
a { background-color: rgb(12,73,147); }
div.DivClassName
{
background-color: #0C4993;
}
.BgClassName
{
background-color: #0C4993;
}
</style>
border-color css
<style>
span { border-color: #0C4993; }
span { border-color: rgb(12,73,147); }
td.TdClassName
{
border-color: #0C4993;
}
.TagClassName
{
border-color: #0C4993;
}
</style>