Shades of Dark Cerulean #0A467C
Tints of Dark Cerulean #0A467C
RGB
CMYK
RGB Variations
Color information
#0A467C (or 0x0A467C) is known color: Dark Cerulean. HEX triplet: 0A, 46 and 7C. RGB value is (10,70,124). Sum of RGB (Red+Green+Blue) = 10+70+124=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A467C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A467C is #F5B983. Grayscale: #393939. Windows color (decimal): -16103812 or 8144394. OLE color: 8144394.
HSL color Cylindrical-coordinate representation of color #0A467C: hue angle of 208.42º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A467C is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 70 | 124 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.51 |
| HSL | 208.42º | 0.85% | 0.26% | - |
| HSV(B) | 208.42º | 0.92% | 0.49% | - |
| XYZ | 5.95 | 5.9 | 19.89 | - |
| YUV | 58.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 124 | 0.92 | 0.44 | 0 | 0.51 | 208.42 | 0.85 | 0.26 |
| Hex | A | 46 | 7C | 5C | 2C | 0 | 33 | D0 | 55 | 1A |
| Octal | 12 | 106 | 174 | 134 | 54 | 0 | 63 | 320 | 125 | 32 |
| Binary | 1010 | 1000110 | 1111100 | 1011100 | 101100 | 0 | 110011 | 11010000 | 1010101 | 11010 |
Color Harmonies of #0A467C
Complementary color
Monochromatic Colors of #0A467C
Black with #0A467C
Text Example
Text Example
White with #0A467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A467C; }
p { color: rgb(10,70,124); }
H1.HeaderClassName
{
color: #0A467C;
}
.AnyTagClassName
{
color: #0A467C;
}
</style>
background-color css
<style>
a { background-color: #0A467C; }
a { background-color: rgb(10,70,124); }
div.DivClassName
{
background-color: #0A467C;
}
.BgClassName
{
background-color: #0A467C;
}
</style>
border-color css
<style>
span { border-color: #0A467C; }
span { border-color: rgb(10,70,124); }
td.TdClassName
{
border-color: #0A467C;
}
.TagClassName
{
border-color: #0A467C;
}
</style>