Shades of Navy Blue #0D57DA
Tints of Navy Blue #0D57DA
RGB
CMYK
RGB Variations
Color information
#0D57DA (or 0x0D57DA) is known color: Navy Blue. HEX triplet: 0D, 57 and DA. RGB value is (13,87,218). Sum of RGB (Red+Green+Blue) = 13+87+218=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D57DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D57DA is #F2A825. Grayscale: #4F4F4F. Windows color (decimal): -15902758 or 14309133. OLE color: 14309133.
HSL color Cylindrical-coordinate representation of color #0D57DA: hue angle of 218.34º 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 #0D57DA is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 87 | 218 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.15 |
| HSL | 218.34º | 0.89% | 0.45% | - |
| HSV(B) | 218.34º | 0.94% | 0.85% | - |
| XYZ | 16.23 | 11.96 | 67.78 | - |
| YUV | 79.81 | 205.98 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 218 | 0.94 | 0.60 | 0 | 0.15 | 218.34 | 0.89 | 0.45 |
| Hex | D | 57 | DA | 5E | 3C | 0 | F | DA | 59 | 2D |
| Octal | 15 | 127 | 332 | 136 | 74 | 0 | 17 | 332 | 131 | 55 |
| Binary | 1101 | 1010111 | 11011010 | 1011110 | 111100 | 0 | 1111 | 11011010 | 1011001 | 101101 |
Color Harmonies of #0D57DA
Complementary color
Monochromatic Colors of #0D57DA
Black with #0D57DA
Text Example
Text Example
White with #0D57DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D57DA; }
p { color: rgb(13,87,218); }
H1.HeaderClassName
{
color: #0D57DA;
}
.AnyTagClassName
{
color: #0D57DA;
}
</style>
background-color css
<style>
a { background-color: #0D57DA; }
a { background-color: rgb(13,87,218); }
div.DivClassName
{
background-color: #0D57DA;
}
.BgClassName
{
background-color: #0D57DA;
}
</style>
border-color css
<style>
span { border-color: #0D57DA; }
span { border-color: rgb(13,87,218); }
td.TdClassName
{
border-color: #0D57DA;
}
.TagClassName
{
border-color: #0D57DA;
}
</style>