Shades of Dark Cerulean #0C3C75
Tints of Dark Cerulean #0C3C75
RGB
CMYK
RGB Variations
Color information
#0C3C75 (or 0x0C3C75) is known color: Dark Cerulean. HEX triplet: 0C, 3C and 75. RGB value is (12,60,117). Sum of RGB (Red+Green+Blue) = 12+60+117=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C3C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3C75 is #F3C38A. Grayscale: #333333. Windows color (decimal): -15975307 or 7683084. OLE color: 7683084.
HSL color Cylindrical-coordinate representation of color #0C3C75: hue angle of 212.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3C75 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 60 | 117 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.54 |
| HSL | 212.57º | 0.81% | 0.25% | - |
| HSV(B) | 212.57º | 0.9% | 0.46% | - |
| XYZ | 4.98 | 4.59 | 17.45 | - |
| YUV | 52.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 60 | 117 | 0.90 | 0.49 | 0 | 0.54 | 212.57 | 0.81 | 0.25 |
| Hex | C | 3C | 75 | 5A | 31 | 0 | 36 | D5 | 51 | 19 |
| Octal | 14 | 74 | 165 | 132 | 61 | 0 | 66 | 325 | 121 | 31 |
| Binary | 1100 | 111100 | 1110101 | 1011010 | 110001 | 0 | 110110 | 11010101 | 1010001 | 11001 |
Color Harmonies of #0C3C75
Complementary color
Monochromatic Colors of #0C3C75
Black with #0C3C75
Text Example
Text Example
White with #0C3C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3C75; }
p { color: rgb(12,60,117); }
H1.HeaderClassName
{
color: #0C3C75;
}
.AnyTagClassName
{
color: #0C3C75;
}
</style>
background-color css
<style>
a { background-color: #0C3C75; }
a { background-color: rgb(12,60,117); }
div.DivClassName
{
background-color: #0C3C75;
}
.BgClassName
{
background-color: #0C3C75;
}
</style>
border-color css
<style>
span { border-color: #0C3C75; }
span { border-color: rgb(12,60,117); }
td.TdClassName
{
border-color: #0C3C75;
}
.TagClassName
{
border-color: #0C3C75;
}
</style>