Shades of Navy Blue #005DF0
Tints of Navy Blue #005DF0
RGB
CMYK
RGB Variations
Color information
#005DF0 (or 0x005DF0) is known color: Navy Blue. HEX triplet: 00, 5D and F0. RGB value is (0,93,240). Sum of RGB (Red+Green+Blue) = 0+93+240=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #005DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DF0 is #FFA20F. Grayscale: #515151. Windows color (decimal): -16753168 or 15752448. OLE color: 15752448.
HSL color Cylindrical-coordinate representation of color #005DF0: hue angle of 216.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DF0 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 93 | 240 | - |
| CMYK | 1 | 0.61 | 0 | 0.06 |
| HSL | 216.75º | 1% | 0.47% | - |
| HSV(B) | 216.75º | 1% | 0.94% | - |
| XYZ | 19.64 | 14.12 | 84.13 | - |
| YUV | 81.95 | 217.19 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 240 | 1 | 0.61 | 0 | 0.06 | 216.75 | 1 | 0.47 |
| Hex | 0 | 5D | F0 | 64 | 3D | 0 | 6 | D9 | 64 | 2F |
| Octal | 0 | 135 | 360 | 144 | 75 | 0 | 6 | 331 | 144 | 57 |
| Binary | 0 | 1011101 | 11110000 | 1100100 | 111101 | 0 | 110 | 11011001 | 1100100 | 101111 |
Color Harmonies of #005DF0
Complementary color
Monochromatic Colors of #005DF0
Black with #005DF0
Text Example
Text Example
White with #005DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DF0; }
p { color: rgb(0,93,240); }
H1.HeaderClassName
{
color: #005DF0;
}
.AnyTagClassName
{
color: #005DF0;
}
</style>
background-color css
<style>
a { background-color: #005DF0; }
a { background-color: rgb(0,93,240); }
div.DivClassName
{
background-color: #005DF0;
}
.BgClassName
{
background-color: #005DF0;
}
</style>
border-color css
<style>
span { border-color: #005DF0; }
span { border-color: rgb(0,93,240); }
td.TdClassName
{
border-color: #005DF0;
}
.TagClassName
{
border-color: #005DF0;
}
</style>