Shades of Dark Cerulean #0A466C
Tints of Dark Cerulean #0A466C
RGB
CMYK
RGB Variations
Color information
#0A466C (or 0x0A466C) is known color: Dark Cerulean. HEX triplet: 0A, 46 and 6C. RGB value is (10,70,108). Sum of RGB (Red+Green+Blue) = 10+70+108=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A466C is #F5B993. Grayscale: #383838. Windows color (decimal): -16103828 or 7095818. OLE color: 7095818.
HSL color Cylindrical-coordinate representation of color #0A466C: hue angle of 203.27º 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 #0A466C is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 70 | 108 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.58 |
| HSL | 203.27º | 0.83% | 0.23% | - |
| HSV(B) | 203.27º | 0.91% | 0.42% | - |
| XYZ | 5.02 | 5.53 | 14.99 | - |
| YUV | 56.39 | 157.12 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 108 | 0.91 | 0.35 | 0 | 0.58 | 203.27 | 0.83 | 0.23 |
| Hex | A | 46 | 6C | 5B | 23 | 0 | 3A | CB | 53 | 17 |
| Octal | 12 | 106 | 154 | 133 | 43 | 0 | 72 | 313 | 123 | 27 |
| Binary | 1010 | 1000110 | 1101100 | 1011011 | 100011 | 0 | 111010 | 11001011 | 1010011 | 10111 |
Color Harmonies of #0A466C
Complementary color
Monochromatic Colors of #0A466C
Black with #0A466C
Text Example
Text Example
White with #0A466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A466C; }
p { color: rgb(10,70,108); }
H1.HeaderClassName
{
color: #0A466C;
}
.AnyTagClassName
{
color: #0A466C;
}
</style>
background-color css
<style>
a { background-color: #0A466C; }
a { background-color: rgb(10,70,108); }
div.DivClassName
{
background-color: #0A466C;
}
.BgClassName
{
background-color: #0A466C;
}
</style>
border-color css
<style>
span { border-color: #0A466C; }
span { border-color: rgb(10,70,108); }
td.TdClassName
{
border-color: #0A466C;
}
.TagClassName
{
border-color: #0A466C;
}
</style>