Shades of Dark Cerulean #0C387B
Tints of Dark Cerulean #0C387B
RGB
CMYK
RGB Variations
Color information
#0C387B (or 0x0C387B) is known color: Dark Cerulean. HEX triplet: 0C, 38 and 7B. RGB value is (12,56,123). Sum of RGB (Red+Green+Blue) = 12+56+123=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C387B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C387B is #F3C784. Grayscale: #323232. Windows color (decimal): -15976325 or 8075276. OLE color: 8075276.
HSL color Cylindrical-coordinate representation of color #0C387B: hue angle of 216.22º 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 #0C387B is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 12 | 56 | 123 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.52 |
| HSL | 216.22º | 0.82% | 0.26% | - |
| HSV(B) | 216.22º | 0.9% | 0.48% | - |
| XYZ | 5.14 | 4.34 | 19.3 | - |
| YUV | 50.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 123 | 0.90 | 0.54 | 0 | 0.52 | 216.22 | 0.82 | 0.26 |
| Hex | C | 38 | 7B | 5A | 36 | 0 | 34 | D8 | 52 | 1A |
| Octal | 14 | 70 | 173 | 132 | 66 | 0 | 64 | 330 | 122 | 32 |
| Binary | 1100 | 111000 | 1111011 | 1011010 | 110110 | 0 | 110100 | 11011000 | 1010010 | 11010 |
Color Harmonies of #0C387B
Complementary color
Monochromatic Colors of #0C387B
Black with #0C387B
Text Example
Text Example
White with #0C387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C387B; }
p { color: rgb(12,56,123); }
H1.HeaderClassName
{
color: #0C387B;
}
.AnyTagClassName
{
color: #0C387B;
}
</style>
background-color css
<style>
a { background-color: #0C387B; }
a { background-color: rgb(12,56,123); }
div.DivClassName
{
background-color: #0C387B;
}
.BgClassName
{
background-color: #0C387B;
}
</style>
border-color css
<style>
span { border-color: #0C387B; }
span { border-color: rgb(12,56,123); }
td.TdClassName
{
border-color: #0C387B;
}
.TagClassName
{
border-color: #0C387B;
}
</style>