Shades of Navy Blue #0D80DA
Tints of Navy Blue #0D80DA
RGB
CMYK
RGB Variations
Color information
#0D80DA (or 0x0D80DA) is known color: Navy Blue. HEX triplet: 0D, 80 and DA. RGB value is (13,128,218). Sum of RGB (Red+Green+Blue) = 13+128+218=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D80DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D80DA is #F27F25. Grayscale: #676767. Windows color (decimal): -15892262 or 14319629. OLE color: 14319629.
HSL color Cylindrical-coordinate representation of color #0D80DA: hue angle of 206.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 #0D80DA is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 128 | 218 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.15 |
| HSL | 206.34º | 0.89% | 0.45% | - |
| HSV(B) | 206.34º | 0.94% | 0.85% | - |
| XYZ | 20.54 | 20.59 | 69.22 | - |
| YUV | 103.88 | 192.4 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 128 | 218 | 0.94 | 0.41 | 0 | 0.15 | 206.34 | 0.89 | 0.45 |
| Hex | D | 80 | DA | 5E | 29 | 0 | F | CE | 59 | 2D |
| Octal | 15 | 200 | 332 | 136 | 51 | 0 | 17 | 316 | 131 | 55 |
| Binary | 1101 | 10000000 | 11011010 | 1011110 | 101001 | 0 | 1111 | 11001110 | 1011001 | 101101 |
Color Harmonies of #0D80DA
Complementary color
Monochromatic Colors of #0D80DA
Black with #0D80DA
Text Example
Text Example
White with #0D80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D80DA; }
p { color: rgb(13,128,218); }
H1.HeaderClassName
{
color: #0D80DA;
}
.AnyTagClassName
{
color: #0D80DA;
}
</style>
background-color css
<style>
a { background-color: #0D80DA; }
a { background-color: rgb(13,128,218); }
div.DivClassName
{
background-color: #0D80DA;
}
.BgClassName
{
background-color: #0D80DA;
}
</style>
border-color css
<style>
span { border-color: #0D80DA; }
span { border-color: rgb(13,128,218); }
td.TdClassName
{
border-color: #0D80DA;
}
.TagClassName
{
border-color: #0D80DA;
}
</style>