Shades of Dark Cerulean #0C497A
Tints of Dark Cerulean #0C497A
RGB
CMYK
RGB Variations
Color information
#0C497A (or 0x0C497A) is known color: Dark Cerulean. HEX triplet: 0C, 49 and 7A. RGB value is (12,73,122). Sum of RGB (Red+Green+Blue) = 12+73+122=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C497A is #F3B685. Grayscale: #3C3C3C. Windows color (decimal): -15971974 or 8014092. OLE color: 8014092.
HSL color Cylindrical-coordinate representation of color #0C497A: hue angle of 206.73º 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 #0C497A is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 12 | 73 | 122 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.52 |
| HSL | 206.73º | 0.82% | 0.26% | - |
| HSV(B) | 206.73º | 0.9% | 0.48% | - |
| XYZ | 6.05 | 6.25 | 19.3 | - |
| YUV | 60.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 122 | 0.90 | 0.40 | 0 | 0.52 | 206.73 | 0.82 | 0.26 |
| Hex | C | 49 | 7A | 5A | 28 | 0 | 34 | CF | 52 | 1A |
| Octal | 14 | 111 | 172 | 132 | 50 | 0 | 64 | 317 | 122 | 32 |
| Binary | 1100 | 1001001 | 1111010 | 1011010 | 101000 | 0 | 110100 | 11001111 | 1010010 | 11010 |
Color Harmonies of #0C497A
Complementary color
Monochromatic Colors of #0C497A
Black with #0C497A
Text Example
Text Example
White with #0C497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C497A; }
p { color: rgb(12,73,122); }
H1.HeaderClassName
{
color: #0C497A;
}
.AnyTagClassName
{
color: #0C497A;
}
</style>
background-color css
<style>
a { background-color: #0C497A; }
a { background-color: rgb(12,73,122); }
div.DivClassName
{
background-color: #0C497A;
}
.BgClassName
{
background-color: #0C497A;
}
</style>
border-color css
<style>
span { border-color: #0C497A; }
span { border-color: rgb(12,73,122); }
td.TdClassName
{
border-color: #0C497A;
}
.TagClassName
{
border-color: #0C497A;
}
</style>