Shades of Dark Cerulean #0C5492
Tints of Dark Cerulean #0C5492
RGB
CMYK
RGB Variations
Color information
#0C5492 (or 0x0C5492) is known color: Dark Cerulean. HEX triplet: 0C, 54 and 92. RGB value is (12,84,146). Sum of RGB (Red+Green+Blue) = 12+84+146=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C5492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5492 is #F3AB6D. Grayscale: #454545. Windows color (decimal): -15969134 or 9589772. OLE color: 9589772.
HSL color Cylindrical-coordinate representation of color #0C5492: hue angle of 207.76º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5492 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 84 | 146 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.43 |
| HSL | 207.76º | 0.85% | 0.31% | - |
| HSV(B) | 207.76º | 0.92% | 0.57% | - |
| XYZ | 8.51 | 8.49 | 28.39 | - |
| YUV | 69.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 146 | 0.92 | 0.42 | 0 | 0.43 | 207.76 | 0.85 | 0.31 |
| Hex | C | 54 | 92 | 5C | 2A | 0 | 2B | D0 | 55 | 1F |
| Octal | 14 | 124 | 222 | 134 | 52 | 0 | 53 | 320 | 125 | 37 |
| Binary | 1100 | 1010100 | 10010010 | 1011100 | 101010 | 0 | 101011 | 11010000 | 1010101 | 11111 |
Color Harmonies of #0C5492
Complementary color
Monochromatic Colors of #0C5492
Black with #0C5492
Text Example
Text Example
White with #0C5492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5492; }
p { color: rgb(12,84,146); }
H1.HeaderClassName
{
color: #0C5492;
}
.AnyTagClassName
{
color: #0C5492;
}
</style>
background-color css
<style>
a { background-color: #0C5492; }
a { background-color: rgb(12,84,146); }
div.DivClassName
{
background-color: #0C5492;
}
.BgClassName
{
background-color: #0C5492;
}
</style>
border-color css
<style>
span { border-color: #0C5492; }
span { border-color: rgb(12,84,146); }
td.TdClassName
{
border-color: #0C5492;
}
.TagClassName
{
border-color: #0C5492;
}
</style>