Shades of Dark Cerulean #0C387D
Tints of Dark Cerulean #0C387D
RGB
CMYK
RGB Variations
Color information
#0C387D (or 0x0C387D) is known color: Dark Cerulean. HEX triplet: 0C, 38 and 7D. RGB value is (12,56,125). Sum of RGB (Red+Green+Blue) = 12+56+125=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C387D is #F3C782. Grayscale: #323232. Windows color (decimal): -15976323 or 8206348. OLE color: 8206348.
HSL color Cylindrical-coordinate representation of color #0C387D: hue angle of 216.64º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C387D is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 56 | 125 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.51 |
| HSL | 216.64º | 0.82% | 0.27% | - |
| HSV(B) | 216.64º | 0.9% | 0.49% | - |
| XYZ | 5.27 | 4.39 | 19.97 | - |
| YUV | 50.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 125 | 0.90 | 0.55 | 0 | 0.51 | 216.64 | 0.82 | 0.27 |
| Hex | C | 38 | 7D | 5A | 37 | 0 | 33 | D9 | 52 | 1B |
| Octal | 14 | 70 | 175 | 132 | 67 | 0 | 63 | 331 | 122 | 33 |
| Binary | 1100 | 111000 | 1111101 | 1011010 | 110111 | 0 | 110011 | 11011001 | 1010010 | 11011 |
Color Harmonies of #0C387D
Complementary color
Monochromatic Colors of #0C387D
Black with #0C387D
Text Example
Text Example
White with #0C387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C387D; }
p { color: rgb(12,56,125); }
H1.HeaderClassName
{
color: #0C387D;
}
.AnyTagClassName
{
color: #0C387D;
}
</style>
background-color css
<style>
a { background-color: #0C387D; }
a { background-color: rgb(12,56,125); }
div.DivClassName
{
background-color: #0C387D;
}
.BgClassName
{
background-color: #0C387D;
}
</style>
border-color css
<style>
span { border-color: #0C387D; }
span { border-color: rgb(12,56,125); }
td.TdClassName
{
border-color: #0C387D;
}
.TagClassName
{
border-color: #0C387D;
}
</style>