Shades of Dark Cerulean #0A4078
Tints of Dark Cerulean #0A4078
RGB
CMYK
RGB Variations
Color information
#0A4078 (or 0x0A4078) is known color: Dark Cerulean. HEX triplet: 0A, 40 and 78. RGB value is (10,64,120). Sum of RGB (Red+Green+Blue) = 10+64+120=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A4078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4078 is #F5BF87. Grayscale: #353535. Windows color (decimal): -16105352 or 7880714. OLE color: 7880714.
HSL color Cylindrical-coordinate representation of color #0A4078: hue angle of 210.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 #0A4078 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 64 | 120 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.53 |
| HSL | 210.55º | 0.85% | 0.25% | - |
| HSV(B) | 210.55º | 0.92% | 0.47% | - |
| XYZ | 5.35 | 5.09 | 18.47 | - |
| YUV | 54.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 120 | 0.92 | 0.47 | 0 | 0.53 | 210.55 | 0.85 | 0.25 |
| Hex | A | 40 | 78 | 5C | 2F | 0 | 35 | D3 | 55 | 19 |
| Octal | 12 | 100 | 170 | 134 | 57 | 0 | 65 | 323 | 125 | 31 |
| Binary | 1010 | 1000000 | 1111000 | 1011100 | 101111 | 0 | 110101 | 11010011 | 1010101 | 11001 |
Color Harmonies of #0A4078
Complementary color
Monochromatic Colors of #0A4078
Black with #0A4078
Text Example
Text Example
White with #0A4078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4078; }
p { color: rgb(10,64,120); }
H1.HeaderClassName
{
color: #0A4078;
}
.AnyTagClassName
{
color: #0A4078;
}
</style>
background-color css
<style>
a { background-color: #0A4078; }
a { background-color: rgb(10,64,120); }
div.DivClassName
{
background-color: #0A4078;
}
.BgClassName
{
background-color: #0A4078;
}
</style>
border-color css
<style>
span { border-color: #0A4078; }
span { border-color: rgb(10,64,120); }
td.TdClassName
{
border-color: #0A4078;
}
.TagClassName
{
border-color: #0A4078;
}
</style>