Shades of Navy Blue #0D4FD8
Tints of Navy Blue #0D4FD8
RGB
CMYK
RGB Variations
Color information
#0D4FD8 (or 0x0D4FD8) is known color: Navy Blue. HEX triplet: 0D, 4F and D8. RGB value is (13,79,216). Sum of RGB (Red+Green+Blue) = 13+79+216=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 216 (84.77% from 255 or 70.13% from 308); Max value from RGB is 216 - color contains mainly: blue. Hex color #0D4FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4FD8 is #F2B027. Grayscale: #4A4A4A. Windows color (decimal): -15904808 or 14176013. OLE color: 14176013.
HSL color Cylindrical-coordinate representation of color #0D4FD8: hue angle of 220.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4FD8 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 79 | 216 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.15 |
| HSL | 220.49º | 0.89% | 0.45% | - |
| HSV(B) | 220.49º | 0.94% | 0.85% | - |
| XYZ | 15.36 | 10.64 | 66.21 | - |
| YUV | 74.88 | 207.63 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 216 | 0.94 | 0.63 | 0 | 0.15 | 220.49 | 0.89 | 0.45 |
| Hex | D | 4F | D8 | 5E | 3F | 0 | F | DC | 59 | 2D |
| Octal | 15 | 117 | 330 | 136 | 77 | 0 | 17 | 334 | 131 | 55 |
| Binary | 1101 | 1001111 | 11011000 | 1011110 | 111111 | 0 | 1111 | 11011100 | 1011001 | 101101 |
Color Harmonies of #0D4FD8
Complementary color
Monochromatic Colors of #0D4FD8
Black with #0D4FD8
Text Example
Text Example
White with #0D4FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4FD8; }
p { color: rgb(13,79,216); }
H1.HeaderClassName
{
color: #0D4FD8;
}
.AnyTagClassName
{
color: #0D4FD8;
}
</style>
background-color css
<style>
a { background-color: #0D4FD8; }
a { background-color: rgb(13,79,216); }
div.DivClassName
{
background-color: #0D4FD8;
}
.BgClassName
{
background-color: #0D4FD8;
}
</style>
border-color css
<style>
span { border-color: #0D4FD8; }
span { border-color: rgb(13,79,216); }
td.TdClassName
{
border-color: #0D4FD8;
}
.TagClassName
{
border-color: #0D4FD8;
}
</style>