Shades of Navy Blue #005BFE
Tints of Navy Blue #005BFE
RGB
CMYK
RGB Variations
Color information
#005BFE (or 0x005BFE) is known color: Navy Blue. HEX triplet: 00, 5B and FE. RGB value is (0,91,254). Sum of RGB (Red+Green+Blue) = 0+91+254=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #005BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BFE is #FFA401. Grayscale: #515151. Windows color (decimal): -16753666 or 16669440. OLE color: 16669440.
HSL color Cylindrical-coordinate representation of color #005BFE: hue angle of 218.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BFE is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 91 | 254 | - |
| CMYK | 1 | 0.64 | 0 | 0.00 |
| HSL | 218.5º | 1% | 0.5% | - |
| HSV(B) | 218.5º | 1% | 1% | - |
| XYZ | 21.63 | 14.64 | 95.45 | - |
| YUV | 82.37 | 224.85 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 254 | 1 | 0.64 | 0 | 0.00 | 218.5 | 1 | 0.5 |
| Hex | 0 | 5B | FE | 64 | 40 | 0 | 0 | DB | 64 | 32 |
| Octal | 0 | 133 | 376 | 144 | 100 | 0 | 0 | 333 | 144 | 62 |
| Binary | 0 | 1011011 | 11111110 | 1100100 | 1000000 | 0 | 0 | 11011011 | 1100100 | 110010 |
Color Harmonies of #005BFE
Complementary color
Monochromatic Colors of #005BFE
Black with #005BFE
Text Example
Text Example
White with #005BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BFE; }
p { color: rgb(0,91,254); }
H1.HeaderClassName
{
color: #005BFE;
}
.AnyTagClassName
{
color: #005BFE;
}
</style>
background-color css
<style>
a { background-color: #005BFE; }
a { background-color: rgb(0,91,254); }
div.DivClassName
{
background-color: #005BFE;
}
.BgClassName
{
background-color: #005BFE;
}
</style>
border-color css
<style>
span { border-color: #005BFE; }
span { border-color: rgb(0,91,254); }
td.TdClassName
{
border-color: #005BFE;
}
.TagClassName
{
border-color: #005BFE;
}
</style>