Shades of Dark Cerulean #0C387A
Tints of Dark Cerulean #0C387A
RGB
CMYK
RGB Variations
Color information
#0C387A (or 0x0C387A) is known color: Dark Cerulean. HEX triplet: 0C, 38 and 7A. RGB value is (12,56,122). Sum of RGB (Red+Green+Blue) = 12+56+122=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 122 (48.05% from 255 or 64.21% from 190); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C387A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C387A is #F3C785. Grayscale: #323232. Windows color (decimal): -15976326 or 8009740. OLE color: 8009740.
HSL color Cylindrical-coordinate representation of color #0C387A: hue angle of 216º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C387A is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 12 | 56 | 122 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.52 |
| HSL | 216º | 0.82% | 0.26% | - |
| HSV(B) | 216º | 0.9% | 0.48% | - |
| XYZ | 5.08 | 4.31 | 18.98 | - |
| YUV | 50.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 122 | 0.90 | 0.54 | 0 | 0.52 | 216 | 0.82 | 0.26 |
| Hex | C | 38 | 7A | 5A | 36 | 0 | 34 | D8 | 52 | 1A |
| Octal | 14 | 70 | 172 | 132 | 66 | 0 | 64 | 330 | 122 | 32 |
| Binary | 1100 | 111000 | 1111010 | 1011010 | 110110 | 0 | 110100 | 11011000 | 1010010 | 11010 |
Color Harmonies of #0C387A
Complementary color
Monochromatic Colors of #0C387A
Black with #0C387A
Text Example
Text Example
White with #0C387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C387A; }
p { color: rgb(12,56,122); }
H1.HeaderClassName
{
color: #0C387A;
}
.AnyTagClassName
{
color: #0C387A;
}
</style>
background-color css
<style>
a { background-color: #0C387A; }
a { background-color: rgb(12,56,122); }
div.DivClassName
{
background-color: #0C387A;
}
.BgClassName
{
background-color: #0C387A;
}
</style>
border-color css
<style>
span { border-color: #0C387A; }
span { border-color: rgb(12,56,122); }
td.TdClassName
{
border-color: #0C387A;
}
.TagClassName
{
border-color: #0C387A;
}
</style>