Shades of Dark Cerulean #0C3678
Tints of Dark Cerulean #0C3678
RGB
CMYK
RGB Variations
Color information
#0C3678 (or 0x0C3678) is known color: Dark Cerulean. HEX triplet: 0C, 36 and 78. RGB value is (12,54,120). Sum of RGB (Red+Green+Blue) = 12+54+120=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C3678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3678 is #F3C987. Grayscale: #303030. Windows color (decimal): -15976840 or 7878156. OLE color: 7878156.
HSL color Cylindrical-coordinate representation of color #0C3678: hue angle of 216.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3678 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 54 | 120 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.53 |
| HSL | 216.67º | 0.82% | 0.26% | - |
| HSV(B) | 216.67º | 0.9% | 0.47% | - |
| XYZ | 4.86 | 4.07 | 18.3 | - |
| YUV | 48.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 120 | 0.90 | 0.55 | 0 | 0.53 | 216.67 | 0.82 | 0.26 |
| Hex | C | 36 | 78 | 5A | 37 | 0 | 35 | D9 | 52 | 1A |
| Octal | 14 | 66 | 170 | 132 | 67 | 0 | 65 | 331 | 122 | 32 |
| Binary | 1100 | 110110 | 1111000 | 1011010 | 110111 | 0 | 110101 | 11011001 | 1010010 | 11010 |
Color Harmonies of #0C3678
Complementary color
Monochromatic Colors of #0C3678
Black with #0C3678
Text Example
Text Example
White with #0C3678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3678; }
p { color: rgb(12,54,120); }
H1.HeaderClassName
{
color: #0C3678;
}
.AnyTagClassName
{
color: #0C3678;
}
</style>
background-color css
<style>
a { background-color: #0C3678; }
a { background-color: rgb(12,54,120); }
div.DivClassName
{
background-color: #0C3678;
}
.BgClassName
{
background-color: #0C3678;
}
</style>
border-color css
<style>
span { border-color: #0C3678; }
span { border-color: rgb(12,54,120); }
td.TdClassName
{
border-color: #0C3678;
}
.TagClassName
{
border-color: #0C3678;
}
</style>