Shades of Dark Cerulean #0C506D
Tints of Dark Cerulean #0C506D
RGB
CMYK
RGB Variations
Color information
#0C506D (or 0x0C506D) is known color: Dark Cerulean. HEX triplet: 0C, 50 and 6D. RGB value is (12,80,109). Sum of RGB (Red+Green+Blue) = 12+80+109=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C506D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C506D is #F3AF92. Grayscale: #3E3E3E. Windows color (decimal): -15970195 or 7163916. OLE color: 7163916.
HSL color Cylindrical-coordinate representation of color #0C506D: hue angle of 197.94º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C506D is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 80 | 109 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.57 |
| HSL | 197.94º | 0.8% | 0.24% | - |
| HSV(B) | 197.94º | 0.89% | 0.43% | - |
| XYZ | 5.78 | 6.92 | 15.5 | - |
| YUV | 62.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 109 | 0.89 | 0.27 | 0 | 0.57 | 197.94 | 0.8 | 0.24 |
| Hex | C | 50 | 6D | 59 | 1B | 0 | 39 | C6 | 50 | 18 |
| Octal | 14 | 120 | 155 | 131 | 33 | 0 | 71 | 306 | 120 | 30 |
| Binary | 1100 | 1010000 | 1101101 | 1011001 | 11011 | 0 | 111001 | 11000110 | 1010000 | 11000 |
Color Harmonies of #0C506D
Complementary color
Monochromatic Colors of #0C506D
Black with #0C506D
Text Example
Text Example
White with #0C506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C506D; }
p { color: rgb(12,80,109); }
H1.HeaderClassName
{
color: #0C506D;
}
.AnyTagClassName
{
color: #0C506D;
}
</style>
background-color css
<style>
a { background-color: #0C506D; }
a { background-color: rgb(12,80,109); }
div.DivClassName
{
background-color: #0C506D;
}
.BgClassName
{
background-color: #0C506D;
}
</style>
border-color css
<style>
span { border-color: #0C506D; }
span { border-color: rgb(12,80,109); }
td.TdClassName
{
border-color: #0C506D;
}
.TagClassName
{
border-color: #0C506D;
}
</style>