Shades of Dark Cerulean #0C5271
Tints of Dark Cerulean #0C5271
RGB
CMYK
RGB Variations
Color information
#0C5271 (or 0x0C5271) is known color: Dark Cerulean. HEX triplet: 0C, 52 and 71. RGB value is (12,82,113). Sum of RGB (Red+Green+Blue) = 12+82+113=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C5271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5271 is #F3AD8E. Grayscale: #404040. Windows color (decimal): -15969679 or 7426572. OLE color: 7426572.
HSL color Cylindrical-coordinate representation of color #0C5271: hue angle of 198.42º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C5271 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 82 | 113 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.56 |
| HSL | 198.42º | 0.81% | 0.25% | - |
| HSV(B) | 198.42º | 0.89% | 0.44% | - |
| XYZ | 6.15 | 7.31 | 16.71 | - |
| YUV | 64.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 113 | 0.89 | 0.27 | 0 | 0.56 | 198.42 | 0.81 | 0.25 |
| Hex | C | 52 | 71 | 59 | 1B | 0 | 38 | C6 | 51 | 19 |
| Octal | 14 | 122 | 161 | 131 | 33 | 0 | 70 | 306 | 121 | 31 |
| Binary | 1100 | 1010010 | 1110001 | 1011001 | 11011 | 0 | 111000 | 11000110 | 1010001 | 11001 |
Color Harmonies of #0C5271
Complementary color
Monochromatic Colors of #0C5271
Black with #0C5271
Text Example
Text Example
White with #0C5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5271; }
p { color: rgb(12,82,113); }
H1.HeaderClassName
{
color: #0C5271;
}
.AnyTagClassName
{
color: #0C5271;
}
</style>
background-color css
<style>
a { background-color: #0C5271; }
a { background-color: rgb(12,82,113); }
div.DivClassName
{
background-color: #0C5271;
}
.BgClassName
{
background-color: #0C5271;
}
</style>
border-color css
<style>
span { border-color: #0C5271; }
span { border-color: rgb(12,82,113); }
td.TdClassName
{
border-color: #0C5271;
}
.TagClassName
{
border-color: #0C5271;
}
</style>