Shades of Dark Cerulean #0C3875
Tints of Dark Cerulean #0C3875
RGB
CMYK
RGB Variations
Color information
#0C3875 (or 0x0C3875) is known color: Dark Cerulean. HEX triplet: 0C, 38 and 75. RGB value is (12,56,117). Sum of RGB (Red+Green+Blue) = 12+56+117=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C3875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3875 is #F3C78A. Grayscale: #313131. Windows color (decimal): -15976331 or 7682060. OLE color: 7682060.
HSL color Cylindrical-coordinate representation of color #0C3875: hue angle of 214.86º 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 #0C3875 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 56 | 117 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.54 |
| HSL | 214.86º | 0.81% | 0.25% | - |
| HSV(B) | 214.86º | 0.9% | 0.46% | - |
| XYZ | 4.78 | 4.19 | 17.39 | - |
| YUV | 49.8 | 165.92 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 117 | 0.90 | 0.52 | 0 | 0.54 | 214.86 | 0.81 | 0.25 |
| Hex | C | 38 | 75 | 5A | 34 | 0 | 36 | D7 | 51 | 19 |
| Octal | 14 | 70 | 165 | 132 | 64 | 0 | 66 | 327 | 121 | 31 |
| Binary | 1100 | 111000 | 1110101 | 1011010 | 110100 | 0 | 110110 | 11010111 | 1010001 | 11001 |
Color Harmonies of #0C3875
Complementary color
Monochromatic Colors of #0C3875
Black with #0C3875
Text Example
Text Example
White with #0C3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3875; }
p { color: rgb(12,56,117); }
H1.HeaderClassName
{
color: #0C3875;
}
.AnyTagClassName
{
color: #0C3875;
}
</style>
background-color css
<style>
a { background-color: #0C3875; }
a { background-color: rgb(12,56,117); }
div.DivClassName
{
background-color: #0C3875;
}
.BgClassName
{
background-color: #0C3875;
}
</style>
border-color css
<style>
span { border-color: #0C3875; }
span { border-color: rgb(12,56,117); }
td.TdClassName
{
border-color: #0C3875;
}
.TagClassName
{
border-color: #0C3875;
}
</style>