Shades of Dark Cerulean #0A3578
Tints of Dark Cerulean #0A3578
RGB
CMYK
RGB Variations
Color information
#0A3578 (or 0x0A3578) is known color: Dark Cerulean. HEX triplet: 0A, 35 and 78. RGB value is (10,53,120). Sum of RGB (Red+Green+Blue) = 10+53+120=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A3578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3578 is #F5CA87. Grayscale: #2F2F2F. Windows color (decimal): -16108168 or 7877898. OLE color: 7877898.
HSL color Cylindrical-coordinate representation of color #0A3578: hue angle of 216.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3578 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 53 | 120 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.53 |
| HSL | 216.55º | 0.85% | 0.25% | - |
| HSV(B) | 216.55º | 0.92% | 0.47% | - |
| XYZ | 4.79 | 3.97 | 18.28 | - |
| YUV | 47.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 120 | 0.92 | 0.56 | 0 | 0.53 | 216.55 | 0.85 | 0.25 |
| Hex | A | 35 | 78 | 5C | 38 | 0 | 35 | D9 | 55 | 19 |
| Octal | 12 | 65 | 170 | 134 | 70 | 0 | 65 | 331 | 125 | 31 |
| Binary | 1010 | 110101 | 1111000 | 1011100 | 111000 | 0 | 110101 | 11011001 | 1010101 | 11001 |
Color Harmonies of #0A3578
Complementary color
Monochromatic Colors of #0A3578
Black with #0A3578
Text Example
Text Example
White with #0A3578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3578; }
p { color: rgb(10,53,120); }
H1.HeaderClassName
{
color: #0A3578;
}
.AnyTagClassName
{
color: #0A3578;
}
</style>
background-color css
<style>
a { background-color: #0A3578; }
a { background-color: rgb(10,53,120); }
div.DivClassName
{
background-color: #0A3578;
}
.BgClassName
{
background-color: #0A3578;
}
</style>
border-color css
<style>
span { border-color: #0A3578; }
span { border-color: rgb(10,53,120); }
td.TdClassName
{
border-color: #0A3578;
}
.TagClassName
{
border-color: #0A3578;
}
</style>