Shades of Dark Cerulean #0C5680
Tints of Dark Cerulean #0C5680
RGB
CMYK
RGB Variations
Color information
#0C5680 (or 0x0C5680) is known color: Dark Cerulean. HEX triplet: 0C, 56 and 80. RGB value is (12,86,128). Sum of RGB (Red+Green+Blue) = 12+86+128=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #0C5680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5680 is #F3A97F. Grayscale: #444444. Windows color (decimal): -15968640 or 8410636. OLE color: 8410636.
HSL color Cylindrical-coordinate representation of color #0C5680: hue angle of 201.72º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5680 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 86 | 128 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.50 |
| HSL | 201.72º | 0.83% | 0.27% | - |
| HSV(B) | 201.72º | 0.91% | 0.5% | - |
| XYZ | 7.38 | 8.29 | 21.63 | - |
| YUV | 68.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 128 | 0.91 | 0.33 | 0 | 0.50 | 201.72 | 0.83 | 0.27 |
| Hex | C | 56 | 80 | 5B | 21 | 0 | 32 | CA | 53 | 1B |
| Octal | 14 | 126 | 200 | 133 | 41 | 0 | 62 | 312 | 123 | 33 |
| Binary | 1100 | 1010110 | 10000000 | 1011011 | 100001 | 0 | 110010 | 11001010 | 1010011 | 11011 |
Color Harmonies of #0C5680
Complementary color
Monochromatic Colors of #0C5680
Black with #0C5680
Text Example
Text Example
White with #0C5680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5680; }
p { color: rgb(12,86,128); }
H1.HeaderClassName
{
color: #0C5680;
}
.AnyTagClassName
{
color: #0C5680;
}
</style>
background-color css
<style>
a { background-color: #0C5680; }
a { background-color: rgb(12,86,128); }
div.DivClassName
{
background-color: #0C5680;
}
.BgClassName
{
background-color: #0C5680;
}
</style>
border-color css
<style>
span { border-color: #0C5680; }
span { border-color: rgb(12,86,128); }
td.TdClassName
{
border-color: #0C5680;
}
.TagClassName
{
border-color: #0C5680;
}
</style>