Shades of Navy Blue #0081DF
Tints of Navy Blue #0081DF
RGB
CMYK
RGB Variations
Color information
#0081DF (or 0x0081DF) is known color: Navy Blue. HEX triplet: 00, 81 and DF. RGB value is (0,129,223). Sum of RGB (Red+Green+Blue) = 0+129+223=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #0081DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081DF is #FF7E20. Grayscale: #646464. Windows color (decimal): -16743969 or 14647552. OLE color: 14647552.
HSL color Cylindrical-coordinate representation of color #0081DF: hue angle of 205.29º 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 #0081DF is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 129 | 223 | - |
| CMYK | 1 | 0.42 | 0 | 0.13 |
| HSL | 205.29º | 1% | 0.44% | - |
| HSV(B) | 205.29º | 1% | 0.87% | - |
| XYZ | 21.17 | 21.03 | 72.76 | - |
| YUV | 101.15 | 196.76 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 223 | 1 | 0.42 | 0 | 0.13 | 205.29 | 1 | 0.44 |
| Hex | 0 | 81 | DF | 64 | 2A | 0 | D | CD | 64 | 2C |
| Octal | 0 | 201 | 337 | 144 | 52 | 0 | 15 | 315 | 144 | 54 |
| Binary | 0 | 10000001 | 11011111 | 1100100 | 101010 | 0 | 1101 | 11001101 | 1100100 | 101100 |
Color Harmonies of #0081DF
Complementary color
Monochromatic Colors of #0081DF
Black with #0081DF
Text Example
Text Example
White with #0081DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0081DF; }
p { color: rgb(0,129,223); }
H1.HeaderClassName
{
color: #0081DF;
}
.AnyTagClassName
{
color: #0081DF;
}
</style>
background-color css
<style>
a { background-color: #0081DF; }
a { background-color: rgb(0,129,223); }
div.DivClassName
{
background-color: #0081DF;
}
.BgClassName
{
background-color: #0081DF;
}
</style>
border-color css
<style>
span { border-color: #0081DF; }
span { border-color: rgb(0,129,223); }
td.TdClassName
{
border-color: #0081DF;
}
.TagClassName
{
border-color: #0081DF;
}
</style>