Shades of Navy Blue #005DF2
Tints of Navy Blue #005DF2
RGB
CMYK
RGB Variations
Color information
#005DF2 (or 0x005DF2) is known color: Navy Blue. HEX triplet: 00, 5D and F2. RGB value is (0,93,242). Sum of RGB (Red+Green+Blue) = 0+93+242=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 242 (94.92% from 255 or 72.24% from 335); Max value from RGB is 242 - color contains mainly: blue. Hex color #005DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DF2 is #FFA20D. Grayscale: #515151. Windows color (decimal): -16753166 or 15883520. OLE color: 15883520.
HSL color Cylindrical-coordinate representation of color #005DF2: hue angle of 216.94º 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 #005DF2 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 93 | 242 | - |
| CMYK | 1 | 0.62 | 0 | 0.05 |
| HSL | 216.94º | 1% | 0.47% | - |
| HSV(B) | 216.94º | 1% | 0.95% | - |
| XYZ | 19.94 | 14.24 | 85.7 | - |
| YUV | 82.18 | 218.19 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 242 | 1 | 0.62 | 0 | 0.05 | 216.94 | 1 | 0.47 |
| Hex | 0 | 5D | F2 | 64 | 3E | 0 | 5 | D9 | 64 | 2F |
| Octal | 0 | 135 | 362 | 144 | 76 | 0 | 5 | 331 | 144 | 57 |
| Binary | 0 | 1011101 | 11110010 | 1100100 | 111110 | 0 | 101 | 11011001 | 1100100 | 101111 |
Color Harmonies of #005DF2
Complementary color
Monochromatic Colors of #005DF2
Black with #005DF2
Text Example
Text Example
White with #005DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DF2; }
p { color: rgb(0,93,242); }
H1.HeaderClassName
{
color: #005DF2;
}
.AnyTagClassName
{
color: #005DF2;
}
</style>
background-color css
<style>
a { background-color: #005DF2; }
a { background-color: rgb(0,93,242); }
div.DivClassName
{
background-color: #005DF2;
}
.BgClassName
{
background-color: #005DF2;
}
</style>
border-color css
<style>
span { border-color: #005DF2; }
span { border-color: rgb(0,93,242); }
td.TdClassName
{
border-color: #005DF2;
}
.TagClassName
{
border-color: #005DF2;
}
</style>