Shades of Navy Blue #0D74C5
Tints of Navy Blue #0D74C5
RGB
CMYK
RGB Variations
Color information
#0D74C5 (or 0x0D74C5) is known color: Navy Blue. HEX triplet: 0D, 74 and C5. RGB value is (13,116,197). Sum of RGB (Red+Green+Blue) = 13+116+197=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 197 (77.34% from 255 or 60.43% from 326); Max value from RGB is 197 - color contains mainly: blue. Hex color #0D74C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D74C5 is #F28B3A. Grayscale: #5E5E5E. Windows color (decimal): -15895355 or 12940301. OLE color: 12940301.
HSL color Cylindrical-coordinate representation of color #0D74C5: hue angle of 206.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D74C5 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 116 | 197 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.23 |
| HSL | 206.41º | 0.88% | 0.41% | - |
| HSV(B) | 206.41º | 0.93% | 0.77% | - |
| XYZ | 16.49 | 16.61 | 55.16 | - |
| YUV | 94.44 | 185.88 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 197 | 0.93 | 0.41 | 0 | 0.23 | 206.41 | 0.88 | 0.41 |
| Hex | D | 74 | C5 | 5D | 29 | 0 | 17 | CE | 58 | 29 |
| Octal | 15 | 164 | 305 | 135 | 51 | 0 | 27 | 316 | 130 | 51 |
| Binary | 1101 | 1110100 | 11000101 | 1011101 | 101001 | 0 | 10111 | 11001110 | 1011000 | 101001 |
Color Harmonies of #0D74C5
Complementary color
Monochromatic Colors of #0D74C5
Black with #0D74C5
Text Example
Text Example
White with #0D74C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D74C5; }
p { color: rgb(13,116,197); }
H1.HeaderClassName
{
color: #0D74C5;
}
.AnyTagClassName
{
color: #0D74C5;
}
</style>
background-color css
<style>
a { background-color: #0D74C5; }
a { background-color: rgb(13,116,197); }
div.DivClassName
{
background-color: #0D74C5;
}
.BgClassName
{
background-color: #0D74C5;
}
</style>
border-color css
<style>
span { border-color: #0D74C5; }
span { border-color: rgb(13,116,197); }
td.TdClassName
{
border-color: #0D74C5;
}
.TagClassName
{
border-color: #0D74C5;
}
</style>