Shades of Dark Cerulean #0C4768
Tints of Dark Cerulean #0C4768
RGB
CMYK
RGB Variations
Color information
#0C4768 (or 0x0C4768) is known color: Dark Cerulean. HEX triplet: 0C, 47 and 68. RGB value is (12,71,104). Sum of RGB (Red+Green+Blue) = 12+71+104=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C4768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4768 is #F3B897. Grayscale: #383838. Windows color (decimal): -15972504 or 6833932. OLE color: 6833932.
HSL color Cylindrical-coordinate representation of color #0C4768: hue angle of 201.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4768 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 71 | 104 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.59 |
| HSL | 201.52º | 0.79% | 0.23% | - |
| HSV(B) | 201.52º | 0.88% | 0.41% | - |
| XYZ | 4.9 | 5.58 | 13.92 | - |
| YUV | 57.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 104 | 0.88 | 0.32 | 0 | 0.59 | 201.52 | 0.79 | 0.23 |
| Hex | C | 47 | 68 | 58 | 20 | 0 | 3B | CA | 4F | 17 |
| Octal | 14 | 107 | 150 | 130 | 40 | 0 | 73 | 312 | 117 | 27 |
| Binary | 1100 | 1000111 | 1101000 | 1011000 | 100000 | 0 | 111011 | 11001010 | 1001111 | 10111 |
Color Harmonies of #0C4768
Complementary color
Monochromatic Colors of #0C4768
Black with #0C4768
Text Example
Text Example
White with #0C4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4768; }
p { color: rgb(12,71,104); }
H1.HeaderClassName
{
color: #0C4768;
}
.AnyTagClassName
{
color: #0C4768;
}
</style>
background-color css
<style>
a { background-color: #0C4768; }
a { background-color: rgb(12,71,104); }
div.DivClassName
{
background-color: #0C4768;
}
.BgClassName
{
background-color: #0C4768;
}
</style>
border-color css
<style>
span { border-color: #0C4768; }
span { border-color: rgb(12,71,104); }
td.TdClassName
{
border-color: #0C4768;
}
.TagClassName
{
border-color: #0C4768;
}
</style>