Shades of Dark Cerulean #0A496C
Tints of Dark Cerulean #0A496C
RGB
CMYK
RGB Variations
Color information
#0A496C (or 0x0A496C) is known color: Dark Cerulean. HEX triplet: 0A, 49 and 6C. RGB value is (10,73,108). Sum of RGB (Red+Green+Blue) = 10+73+108=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A496C is #F5B693. Grayscale: #393939. Windows color (decimal): -16103060 or 7096586. OLE color: 7096586.
HSL color Cylindrical-coordinate representation of color #0A496C: hue angle of 201.43º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A496C is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 73 | 108 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.58 |
| HSL | 201.43º | 0.83% | 0.23% | - |
| HSV(B) | 201.43º | 0.91% | 0.42% | - |
| XYZ | 5.21 | 5.91 | 15.05 | - |
| YUV | 58.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 108 | 0.91 | 0.32 | 0 | 0.58 | 201.43 | 0.83 | 0.23 |
| Hex | A | 49 | 6C | 5B | 20 | 0 | 3A | C9 | 53 | 17 |
| Octal | 12 | 111 | 154 | 133 | 40 | 0 | 72 | 311 | 123 | 27 |
| Binary | 1010 | 1001001 | 1101100 | 1011011 | 100000 | 0 | 111010 | 11001001 | 1010011 | 10111 |
Color Harmonies of #0A496C
Complementary color
Monochromatic Colors of #0A496C
Black with #0A496C
Text Example
Text Example
White with #0A496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A496C; }
p { color: rgb(10,73,108); }
H1.HeaderClassName
{
color: #0A496C;
}
.AnyTagClassName
{
color: #0A496C;
}
</style>
background-color css
<style>
a { background-color: #0A496C; }
a { background-color: rgb(10,73,108); }
div.DivClassName
{
background-color: #0A496C;
}
.BgClassName
{
background-color: #0A496C;
}
</style>
border-color css
<style>
span { border-color: #0A496C; }
span { border-color: rgb(10,73,108); }
td.TdClassName
{
border-color: #0A496C;
}
.TagClassName
{
border-color: #0A496C;
}
</style>