Shades of Navy Blue #0083DD
Tints of Navy Blue #0083DD
RGB
CMYK
RGB Variations
Color information
#0083DD (or 0x0083DD) is known color: Navy Blue. HEX triplet: 00, 83 and DD. RGB value is (0,131,221). Sum of RGB (Red+Green+Blue) = 0+131+221=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #0083DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0083DD is #FF7C22. Grayscale: #656565. Windows color (decimal): -16743459 or 14516992. OLE color: 14516992.
HSL color Cylindrical-coordinate representation of color #0083DD: hue angle of 204.43º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0083DD is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 131 | 221 | - |
| CMYK | 1 | 0.41 | 0 | 0.13 |
| HSL | 204.43º | 1% | 0.43% | - |
| HSV(B) | 204.43º | 1% | 0.87% | - |
| XYZ | 21.17 | 21.45 | 71.43 | - |
| YUV | 102.09 | 195.1 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 221 | 1 | 0.41 | 0 | 0.13 | 204.43 | 1 | 0.43 |
| Hex | 0 | 83 | DD | 64 | 29 | 0 | D | CC | 64 | 2B |
| Octal | 0 | 203 | 335 | 144 | 51 | 0 | 15 | 314 | 144 | 53 |
| Binary | 0 | 10000011 | 11011101 | 1100100 | 101001 | 0 | 1101 | 11001100 | 1100100 | 101011 |
Color Harmonies of #0083DD
Complementary color
Monochromatic Colors of #0083DD
Black with #0083DD
Text Example
Text Example
White with #0083DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0083DD; }
p { color: rgb(0,131,221); }
H1.HeaderClassName
{
color: #0083DD;
}
.AnyTagClassName
{
color: #0083DD;
}
</style>
background-color css
<style>
a { background-color: #0083DD; }
a { background-color: rgb(0,131,221); }
div.DivClassName
{
background-color: #0083DD;
}
.BgClassName
{
background-color: #0083DD;
}
</style>
border-color css
<style>
span { border-color: #0083DD; }
span { border-color: rgb(0,131,221); }
td.TdClassName
{
border-color: #0083DD;
}
.TagClassName
{
border-color: #0083DD;
}
</style>