Shades of Navy Blue #0D83CF
Tints of Navy Blue #0D83CF
RGB
CMYK
RGB Variations
Color information
#0D83CF (or 0x0D83CF) is known color: Navy Blue. HEX triplet: 0D, 83 and CF. RGB value is (13,131,207). Sum of RGB (Red+Green+Blue) = 13+131+207=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D83CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D83CF is #F27C30. Grayscale: #676767. Windows color (decimal): -15891505 or 13599501. OLE color: 13599501.
HSL color Cylindrical-coordinate representation of color #0D83CF: hue angle of 203.51º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D83CF is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 131 | 207 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.19 |
| HSL | 203.51º | 0.88% | 0.43% | - |
| HSV(B) | 203.51º | 0.94% | 0.81% | - |
| XYZ | 19.54 | 20.82 | 62.02 | - |
| YUV | 104.38 | 185.91 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 207 | 0.94 | 0.37 | 0 | 0.19 | 203.51 | 0.88 | 0.43 |
| Hex | D | 83 | CF | 5E | 25 | 0 | 13 | CC | 58 | 2B |
| Octal | 15 | 203 | 317 | 136 | 45 | 0 | 23 | 314 | 130 | 53 |
| Binary | 1101 | 10000011 | 11001111 | 1011110 | 100101 | 0 | 10011 | 11001100 | 1011000 | 101011 |
Color Harmonies of #0D83CF
Complementary color
Monochromatic Colors of #0D83CF
Black with #0D83CF
Text Example
Text Example
White with #0D83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D83CF; }
p { color: rgb(13,131,207); }
H1.HeaderClassName
{
color: #0D83CF;
}
.AnyTagClassName
{
color: #0D83CF;
}
</style>
background-color css
<style>
a { background-color: #0D83CF; }
a { background-color: rgb(13,131,207); }
div.DivClassName
{
background-color: #0D83CF;
}
.BgClassName
{
background-color: #0D83CF;
}
</style>
border-color css
<style>
span { border-color: #0D83CF; }
span { border-color: rgb(13,131,207); }
td.TdClassName
{
border-color: #0D83CF;
}
.TagClassName
{
border-color: #0D83CF;
}
</style>