Shades of Navy Blue #005DF8
Tints of Navy Blue #005DF8
RGB
CMYK
RGB Variations
Color information
#005DF8 (or 0x005DF8) is known color: Navy Blue. HEX triplet: 00, 5D and F8. RGB value is (0,93,248). Sum of RGB (Red+Green+Blue) = 0+93+248=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 248 (97.27% from 255 or 72.73% from 341); Max value from RGB is 248 - color contains mainly: blue. Hex color #005DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DF8 is #FFA207. Grayscale: #525252. Windows color (decimal): -16753160 or 16276736. OLE color: 16276736.
HSL color Cylindrical-coordinate representation of color #005DF8: hue angle of 217.5º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DF8 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 93 | 248 | - |
| CMYK | 1 | 0.62 | 0 | 0.03 |
| HSL | 217.5º | 1% | 0.49% | - |
| HSV(B) | 217.5º | 1% | 0.97% | - |
| XYZ | 20.86 | 14.61 | 90.53 | - |
| YUV | 82.86 | 221.19 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 248 | 1 | 0.62 | 0 | 0.03 | 217.5 | 1 | 0.49 |
| Hex | 0 | 5D | F8 | 64 | 3E | 0 | 3 | DA | 64 | 31 |
| Octal | 0 | 135 | 370 | 144 | 76 | 0 | 3 | 332 | 144 | 61 |
| Binary | 0 | 1011101 | 11111000 | 1100100 | 111110 | 0 | 11 | 11011010 | 1100100 | 110001 |
Color Harmonies of #005DF8
Complementary color
Monochromatic Colors of #005DF8
Black with #005DF8
Text Example
Text Example
White with #005DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DF8; }
p { color: rgb(0,93,248); }
H1.HeaderClassName
{
color: #005DF8;
}
.AnyTagClassName
{
color: #005DF8;
}
</style>
background-color css
<style>
a { background-color: #005DF8; }
a { background-color: rgb(0,93,248); }
div.DivClassName
{
background-color: #005DF8;
}
.BgClassName
{
background-color: #005DF8;
}
</style>
border-color css
<style>
span { border-color: #005DF8; }
span { border-color: rgb(0,93,248); }
td.TdClassName
{
border-color: #005DF8;
}
.TagClassName
{
border-color: #005DF8;
}
</style>