Shades of Navy Blue #005BFC
Tints of Navy Blue #005BFC
RGB
CMYK
RGB Variations
Color information
#005BFC (or 0x005BFC) is known color: Navy Blue. HEX triplet: 00, 5B and FC. RGB value is (0,91,252). Sum of RGB (Red+Green+Blue) = 0+91+252=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #005BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BFC is #FFA403. Grayscale: #515151. Windows color (decimal): -16753668 or 16538368. OLE color: 16538368.
HSL color Cylindrical-coordinate representation of color #005BFC: hue angle of 218.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BFC is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 91 | 252 | - |
| CMYK | 1 | 0.64 | 0 | 0.01 |
| HSL | 218.33º | 1% | 0.49% | - |
| HSV(B) | 218.33º | 1% | 0.99% | - |
| XYZ | 21.31 | 14.51 | 93.77 | - |
| YUV | 82.15 | 223.85 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 252 | 1 | 0.64 | 0 | 0.01 | 218.33 | 1 | 0.49 |
| Hex | 0 | 5B | FC | 64 | 40 | 0 | 1 | DA | 64 | 31 |
| Octal | 0 | 133 | 374 | 144 | 100 | 0 | 1 | 332 | 144 | 61 |
| Binary | 0 | 1011011 | 11111100 | 1100100 | 1000000 | 0 | 1 | 11011010 | 1100100 | 110001 |
Color Harmonies of #005BFC
Complementary color
Monochromatic Colors of #005BFC
Black with #005BFC
Text Example
Text Example
White with #005BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BFC; }
p { color: rgb(0,91,252); }
H1.HeaderClassName
{
color: #005BFC;
}
.AnyTagClassName
{
color: #005BFC;
}
</style>
background-color css
<style>
a { background-color: #005BFC; }
a { background-color: rgb(0,91,252); }
div.DivClassName
{
background-color: #005BFC;
}
.BgClassName
{
background-color: #005BFC;
}
</style>
border-color css
<style>
span { border-color: #005BFC; }
span { border-color: rgb(0,91,252); }
td.TdClassName
{
border-color: #005BFC;
}
.TagClassName
{
border-color: #005BFC;
}
</style>