Shades of Navy Blue #005DF1
Tints of Navy Blue #005DF1
RGB
CMYK
RGB Variations
Color information
#005DF1 (or 0x005DF1) is known color: Navy Blue. HEX triplet: 00, 5D and F1. RGB value is (0,93,241). Sum of RGB (Red+Green+Blue) = 0+93+241=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #005DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DF1 is #FFA20E. Grayscale: #515151. Windows color (decimal): -16753167 or 15817984. OLE color: 15817984.
HSL color Cylindrical-coordinate representation of color #005DF1: hue angle of 216.85º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DF1 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 93 | 241 | - |
| CMYK | 1 | 0.61 | 0 | 0.05 |
| HSL | 216.85º | 1% | 0.47% | - |
| HSV(B) | 216.85º | 1% | 0.95% | - |
| XYZ | 19.79 | 14.18 | 84.91 | - |
| YUV | 82.07 | 217.69 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 241 | 1 | 0.61 | 0 | 0.05 | 216.85 | 1 | 0.47 |
| Hex | 0 | 5D | F1 | 64 | 3D | 0 | 5 | D9 | 64 | 2F |
| Octal | 0 | 135 | 361 | 144 | 75 | 0 | 5 | 331 | 144 | 57 |
| Binary | 0 | 1011101 | 11110001 | 1100100 | 111101 | 0 | 101 | 11011001 | 1100100 | 101111 |
Color Harmonies of #005DF1
Complementary color
Monochromatic Colors of #005DF1
Black with #005DF1
Text Example
Text Example
White with #005DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DF1; }
p { color: rgb(0,93,241); }
H1.HeaderClassName
{
color: #005DF1;
}
.AnyTagClassName
{
color: #005DF1;
}
</style>
background-color css
<style>
a { background-color: #005DF1; }
a { background-color: rgb(0,93,241); }
div.DivClassName
{
background-color: #005DF1;
}
.BgClassName
{
background-color: #005DF1;
}
</style>
border-color css
<style>
span { border-color: #005DF1; }
span { border-color: rgb(0,93,241); }
td.TdClassName
{
border-color: #005DF1;
}
.TagClassName
{
border-color: #005DF1;
}
</style>