Shades of Dark Cerulean #0A4B79
Tints of Dark Cerulean #0A4B79
RGB
CMYK
RGB Variations
Color information
#0A4B79 (or 0x0A4B79) is known color: Dark Cerulean. HEX triplet: 0A, 4B and 79. RGB value is (10,75,121). Sum of RGB (Red+Green+Blue) = 10+75+121=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A4B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4B79 is #F5B486. Grayscale: #3C3C3C. Windows color (decimal): -16102535 or 7949066. OLE color: 7949066.
HSL color Cylindrical-coordinate representation of color #0A4B79: hue angle of 204.86º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4B79 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 75 | 121 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.53 |
| HSL | 204.86º | 0.85% | 0.26% | - |
| HSV(B) | 204.86º | 0.92% | 0.47% | - |
| XYZ | 6.09 | 6.48 | 19.02 | - |
| YUV | 60.81 | 161.97 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 121 | 0.92 | 0.38 | 0 | 0.53 | 204.86 | 0.85 | 0.26 |
| Hex | A | 4B | 79 | 5C | 26 | 0 | 35 | CD | 55 | 1A |
| Octal | 12 | 113 | 171 | 134 | 46 | 0 | 65 | 315 | 125 | 32 |
| Binary | 1010 | 1001011 | 1111001 | 1011100 | 100110 | 0 | 110101 | 11001101 | 1010101 | 11010 |
Color Harmonies of #0A4B79
Complementary color
Monochromatic Colors of #0A4B79
Black with #0A4B79
Text Example
Text Example
White with #0A4B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4B79; }
p { color: rgb(10,75,121); }
H1.HeaderClassName
{
color: #0A4B79;
}
.AnyTagClassName
{
color: #0A4B79;
}
</style>
background-color css
<style>
a { background-color: #0A4B79; }
a { background-color: rgb(10,75,121); }
div.DivClassName
{
background-color: #0A4B79;
}
.BgClassName
{
background-color: #0A4B79;
}
</style>
border-color css
<style>
span { border-color: #0A4B79; }
span { border-color: rgb(10,75,121); }
td.TdClassName
{
border-color: #0A4B79;
}
.TagClassName
{
border-color: #0A4B79;
}
</style>