Shades of Navy Blue #0D74E0
Tints of Navy Blue #0D74E0
RGB
CMYK
RGB Variations
Color information
#0D74E0 (or 0x0D74E0) is known color: Navy Blue. HEX triplet: 0D, 74 and E0. RGB value is (13,116,224). Sum of RGB (Red+Green+Blue) = 13+116+224=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D74E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D74E0 is #F28B1F. Grayscale: #606060. Windows color (decimal): -15895328 or 14709773. OLE color: 14709773.
HSL color Cylindrical-coordinate representation of color #0D74E0: hue angle of 210.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D74E0 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 116 | 224 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.12 |
| HSL | 210.71º | 0.89% | 0.46% | - |
| HSV(B) | 210.71º | 0.94% | 0.88% | - |
| XYZ | 19.87 | 17.96 | 72.94 | - |
| YUV | 97.52 | 199.38 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 224 | 0.94 | 0.48 | 0 | 0.12 | 210.71 | 0.89 | 0.46 |
| Hex | D | 74 | E0 | 5E | 30 | 0 | C | D3 | 59 | 2E |
| Octal | 15 | 164 | 340 | 136 | 60 | 0 | 14 | 323 | 131 | 56 |
| Binary | 1101 | 1110100 | 11100000 | 1011110 | 110000 | 0 | 1100 | 11010011 | 1011001 | 101110 |
Color Harmonies of #0D74E0
Complementary color
Monochromatic Colors of #0D74E0
Black with #0D74E0
Text Example
Text Example
White with #0D74E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D74E0; }
p { color: rgb(13,116,224); }
H1.HeaderClassName
{
color: #0D74E0;
}
.AnyTagClassName
{
color: #0D74E0;
}
</style>
background-color css
<style>
a { background-color: #0D74E0; }
a { background-color: rgb(13,116,224); }
div.DivClassName
{
background-color: #0D74E0;
}
.BgClassName
{
background-color: #0D74E0;
}
</style>
border-color css
<style>
span { border-color: #0D74E0; }
span { border-color: rgb(13,116,224); }
td.TdClassName
{
border-color: #0D74E0;
}
.TagClassName
{
border-color: #0D74E0;
}
</style>