Shades of Dark Cerulean #0A4B78
Tints of Dark Cerulean #0A4B78
RGB
CMYK
RGB Variations
Color information
#0A4B78 (or 0x0A4B78) is known color: Dark Cerulean. HEX triplet: 0A, 4B and 78. RGB value is (10,75,120). Sum of RGB (Red+Green+Blue) = 10+75+120=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A4B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4B78 is #F5B487. Grayscale: #3C3C3C. Windows color (decimal): -16102536 or 7883530. OLE color: 7883530.
HSL color Cylindrical-coordinate representation of color #0A4B78: hue angle of 204.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 #0A4B78 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 75 | 120 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.53 |
| HSL | 204.55º | 0.85% | 0.25% | - |
| HSV(B) | 204.55º | 0.92% | 0.47% | - |
| XYZ | 6.03 | 6.45 | 18.7 | - |
| YUV | 60.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 120 | 0.92 | 0.37 | 0 | 0.53 | 204.55 | 0.85 | 0.25 |
| Hex | A | 4B | 78 | 5C | 25 | 0 | 35 | CD | 55 | 19 |
| Octal | 12 | 113 | 170 | 134 | 45 | 0 | 65 | 315 | 125 | 31 |
| Binary | 1010 | 1001011 | 1111000 | 1011100 | 100101 | 0 | 110101 | 11001101 | 1010101 | 11001 |
Color Harmonies of #0A4B78
Complementary color
Monochromatic Colors of #0A4B78
Black with #0A4B78
Text Example
Text Example
White with #0A4B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4B78; }
p { color: rgb(10,75,120); }
H1.HeaderClassName
{
color: #0A4B78;
}
.AnyTagClassName
{
color: #0A4B78;
}
</style>
background-color css
<style>
a { background-color: #0A4B78; }
a { background-color: rgb(10,75,120); }
div.DivClassName
{
background-color: #0A4B78;
}
.BgClassName
{
background-color: #0A4B78;
}
</style>
border-color css
<style>
span { border-color: #0A4B78; }
span { border-color: rgb(10,75,120); }
td.TdClassName
{
border-color: #0A4B78;
}
.TagClassName
{
border-color: #0A4B78;
}
</style>