Shades of Navy Blue #0083DF
Tints of Navy Blue #0083DF
RGB
CMYK
RGB Variations
Color information
#0083DF (or 0x0083DF) is known color: Navy Blue. HEX triplet: 00, 83 and DF. RGB value is (0,131,223). Sum of RGB (Red+Green+Blue) = 0+131+223=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #0083DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0083DF is #FF7C20. Grayscale: #656565. Windows color (decimal): -16743457 or 14648064. OLE color: 14648064.
HSL color Cylindrical-coordinate representation of color #0083DF: hue angle of 204.75º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0083DF is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 131 | 223 | - |
| CMYK | 1 | 0.41 | 0 | 0.13 |
| HSL | 204.75º | 1% | 0.44% | - |
| HSV(B) | 204.75º | 1% | 0.87% | - |
| XYZ | 21.44 | 21.56 | 72.84 | - |
| YUV | 102.32 | 196.1 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 223 | 1 | 0.41 | 0 | 0.13 | 204.75 | 1 | 0.44 |
| Hex | 0 | 83 | DF | 64 | 29 | 0 | D | CD | 64 | 2C |
| Octal | 0 | 203 | 337 | 144 | 51 | 0 | 15 | 315 | 144 | 54 |
| Binary | 0 | 10000011 | 11011111 | 1100100 | 101001 | 0 | 1101 | 11001101 | 1100100 | 101100 |
Color Harmonies of #0083DF
Complementary color
Monochromatic Colors of #0083DF
Black with #0083DF
Text Example
Text Example
White with #0083DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0083DF; }
p { color: rgb(0,131,223); }
H1.HeaderClassName
{
color: #0083DF;
}
.AnyTagClassName
{
color: #0083DF;
}
</style>
background-color css
<style>
a { background-color: #0083DF; }
a { background-color: rgb(0,131,223); }
div.DivClassName
{
background-color: #0083DF;
}
.BgClassName
{
background-color: #0083DF;
}
</style>
border-color css
<style>
span { border-color: #0083DF; }
span { border-color: rgb(0,131,223); }
td.TdClassName
{
border-color: #0083DF;
}
.TagClassName
{
border-color: #0083DF;
}
</style>