Shades of Navy Blue #005BFA
Tints of Navy Blue #005BFA
RGB
CMYK
RGB Variations
Color information
#005BFA (or 0x005BFA) is known color: Navy Blue. HEX triplet: 00, 5B and FA. RGB value is (0,91,250). Sum of RGB (Red+Green+Blue) = 0+91+250=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #005BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BFA is #FFA405. Grayscale: #515151. Windows color (decimal): -16753670 or 16407296. OLE color: 16407296.
HSL color Cylindrical-coordinate representation of color #005BFA: hue angle of 218.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BFA is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 91 | 250 | - |
| CMYK | 1 | 0.64 | 0 | 0.02 |
| HSL | 218.16º | 1% | 0.49% | - |
| HSV(B) | 218.16º | 1% | 0.98% | - |
| XYZ | 21 | 14.38 | 92.11 | - |
| YUV | 81.92 | 222.85 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 250 | 1 | 0.64 | 0 | 0.02 | 218.16 | 1 | 0.49 |
| Hex | 0 | 5B | FA | 64 | 40 | 0 | 2 | DA | 64 | 31 |
| Octal | 0 | 133 | 372 | 144 | 100 | 0 | 2 | 332 | 144 | 61 |
| Binary | 0 | 1011011 | 11111010 | 1100100 | 1000000 | 0 | 10 | 11011010 | 1100100 | 110001 |
Color Harmonies of #005BFA
Complementary color
Monochromatic Colors of #005BFA
Black with #005BFA
Text Example
Text Example
White with #005BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BFA; }
p { color: rgb(0,91,250); }
H1.HeaderClassName
{
color: #005BFA;
}
.AnyTagClassName
{
color: #005BFA;
}
</style>
background-color css
<style>
a { background-color: #005BFA; }
a { background-color: rgb(0,91,250); }
div.DivClassName
{
background-color: #005BFA;
}
.BgClassName
{
background-color: #005BFA;
}
</style>
border-color css
<style>
span { border-color: #005BFA; }
span { border-color: rgb(0,91,250); }
td.TdClassName
{
border-color: #005BFA;
}
.TagClassName
{
border-color: #005BFA;
}
</style>