Shades of Navy Blue #005ADF
Tints of Navy Blue #005ADF
RGB
CMYK
RGB Variations
Color information
#005ADF (or 0x005ADF) is known color: Navy Blue. HEX triplet: 00, 5A and DF. RGB value is (0,90,223). Sum of RGB (Red+Green+Blue) = 0+90+223=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #005ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ADF is #FFA520. Grayscale: #4D4D4D. Windows color (decimal): -16753953 or 14637568. OLE color: 14637568.
HSL color Cylindrical-coordinate representation of color #005ADF: hue angle of 215.78º 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 #005ADF is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 90 | 223 | - |
| CMYK | 1 | 0.60 | 0 | 0.13 |
| HSL | 215.78º | 1% | 0.44% | - |
| HSV(B) | 215.78º | 1% | 0.87% | - |
| XYZ | 16.98 | 12.64 | 71.36 | - |
| YUV | 78.25 | 209.68 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 223 | 1 | 0.60 | 0 | 0.13 | 215.78 | 1 | 0.44 |
| Hex | 0 | 5A | DF | 64 | 3C | 0 | D | D8 | 64 | 2C |
| Octal | 0 | 132 | 337 | 144 | 74 | 0 | 15 | 330 | 144 | 54 |
| Binary | 0 | 1011010 | 11011111 | 1100100 | 111100 | 0 | 1101 | 11011000 | 1100100 | 101100 |
Color Harmonies of #005ADF
Complementary color
Monochromatic Colors of #005ADF
Black with #005ADF
Text Example
Text Example
White with #005ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005ADF; }
p { color: rgb(0,90,223); }
H1.HeaderClassName
{
color: #005ADF;
}
.AnyTagClassName
{
color: #005ADF;
}
</style>
background-color css
<style>
a { background-color: #005ADF; }
a { background-color: rgb(0,90,223); }
div.DivClassName
{
background-color: #005ADF;
}
.BgClassName
{
background-color: #005ADF;
}
</style>
border-color css
<style>
span { border-color: #005ADF; }
span { border-color: rgb(0,90,223); }
td.TdClassName
{
border-color: #005ADF;
}
.TagClassName
{
border-color: #005ADF;
}
</style>