Shades of Navy Blue #0D83CD
Tints of Navy Blue #0D83CD
RGB
CMYK
RGB Variations
Color information
#0D83CD (or 0x0D83CD) is known color: Navy Blue. HEX triplet: 0D, 83 and CD. RGB value is (13,131,205). Sum of RGB (Red+Green+Blue) = 13+131+205=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D83CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D83CD is #F27C32. Grayscale: #676767. Windows color (decimal): -15891507 or 13468429. OLE color: 13468429.
HSL color Cylindrical-coordinate representation of color #0D83CD: hue angle of 203.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D83CD is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 131 | 205 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.20 |
| HSL | 203.13º | 0.88% | 0.43% | - |
| HSV(B) | 203.13º | 0.94% | 0.8% | - |
| XYZ | 19.3 | 20.73 | 60.74 | - |
| YUV | 104.15 | 184.91 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 205 | 0.94 | 0.36 | 0 | 0.20 | 203.13 | 0.88 | 0.43 |
| Hex | D | 83 | CD | 5E | 24 | 0 | 14 | CB | 58 | 2B |
| Octal | 15 | 203 | 315 | 136 | 44 | 0 | 24 | 313 | 130 | 53 |
| Binary | 1101 | 10000011 | 11001101 | 1011110 | 100100 | 0 | 10100 | 11001011 | 1011000 | 101011 |
Color Harmonies of #0D83CD
Complementary color
Monochromatic Colors of #0D83CD
Black with #0D83CD
Text Example
Text Example
White with #0D83CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D83CD; }
p { color: rgb(13,131,205); }
H1.HeaderClassName
{
color: #0D83CD;
}
.AnyTagClassName
{
color: #0D83CD;
}
</style>
background-color css
<style>
a { background-color: #0D83CD; }
a { background-color: rgb(13,131,205); }
div.DivClassName
{
background-color: #0D83CD;
}
.BgClassName
{
background-color: #0D83CD;
}
</style>
border-color css
<style>
span { border-color: #0D83CD; }
span { border-color: rgb(13,131,205); }
td.TdClassName
{
border-color: #0D83CD;
}
.TagClassName
{
border-color: #0D83CD;
}
</style>