Shades of Navy Blue #005BEA
Tints of Navy Blue #005BEA
RGB
CMYK
RGB Variations
Color information
#005BEA (or 0x005BEA) is known color: Navy Blue. HEX triplet: 00, 5B and EA. RGB value is (0,91,234). Sum of RGB (Red+Green+Blue) = 0+91+234=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #005BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BEA is #FFA415. Grayscale: #4F4F4F. Windows color (decimal): -16753686 or 15358720. OLE color: 15358720.
HSL color Cylindrical-coordinate representation of color #005BEA: hue angle of 216.67º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BEA is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 91 | 234 | - |
| CMYK | 1 | 0.61 | 0 | 0.08 |
| HSL | 216.67º | 1% | 0.46% | - |
| HSV(B) | 216.67º | 1% | 0.92% | - |
| XYZ | 18.59 | 13.42 | 79.45 | - |
| YUV | 80.09 | 214.85 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 234 | 1 | 0.61 | 0 | 0.08 | 216.67 | 1 | 0.46 |
| Hex | 0 | 5B | EA | 64 | 3D | 0 | 8 | D9 | 64 | 2E |
| Octal | 0 | 133 | 352 | 144 | 75 | 0 | 10 | 331 | 144 | 56 |
| Binary | 0 | 1011011 | 11101010 | 1100100 | 111101 | 0 | 1000 | 11011001 | 1100100 | 101110 |
Color Harmonies of #005BEA
Complementary color
Monochromatic Colors of #005BEA
Black with #005BEA
Text Example
Text Example
White with #005BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BEA; }
p { color: rgb(0,91,234); }
H1.HeaderClassName
{
color: #005BEA;
}
.AnyTagClassName
{
color: #005BEA;
}
</style>
background-color css
<style>
a { background-color: #005BEA; }
a { background-color: rgb(0,91,234); }
div.DivClassName
{
background-color: #005BEA;
}
.BgClassName
{
background-color: #005BEA;
}
</style>
border-color css
<style>
span { border-color: #005BEA; }
span { border-color: rgb(0,91,234); }
td.TdClassName
{
border-color: #005BEA;
}
.TagClassName
{
border-color: #005BEA;
}
</style>