Shades of Navy Blue #005FBE
Tints of Navy Blue #005FBE
RGB
CMYK
RGB Variations
Color information
#005FBE (or 0x005FBE) is known color: Navy Blue. HEX triplet: 00, 5F and BE. RGB value is (0,95,190). Sum of RGB (Red+Green+Blue) = 0+95+190=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #005FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FBE is #FFA041. Grayscale: #4C4C4C. Windows color (decimal): -16752706 or 12476160. OLE color: 12476160.
HSL color Cylindrical-coordinate representation of color #005FBE: hue angle of 210º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FBE is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 95 | 190 | - |
| CMYK | 1 | 0.5 | 0 | 0.25 |
| HSL | 210º | 1% | 0.37% | - |
| HSV(B) | 210º | 1% | 0.75% | - |
| XYZ | 13.39 | 11.9 | 50.31 | - |
| YUV | 77.43 | 191.53 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 190 | 1 | 0.5 | 0 | 0.25 | 210 | 1 | 0.37 |
| Hex | 0 | 5F | BE | 64 | 32 | 0 | 19 | D2 | 64 | 25 |
| Octal | 0 | 137 | 276 | 144 | 62 | 0 | 31 | 322 | 144 | 45 |
| Binary | 0 | 1011111 | 10111110 | 1100100 | 110010 | 0 | 11001 | 11010010 | 1100100 | 100101 |
Color Harmonies of #005FBE
Complementary color
Monochromatic Colors of #005FBE
Black with #005FBE
Text Example
Text Example
White with #005FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FBE; }
p { color: rgb(0,95,190); }
H1.HeaderClassName
{
color: #005FBE;
}
.AnyTagClassName
{
color: #005FBE;
}
</style>
background-color css
<style>
a { background-color: #005FBE; }
a { background-color: rgb(0,95,190); }
div.DivClassName
{
background-color: #005FBE;
}
.BgClassName
{
background-color: #005FBE;
}
</style>
border-color css
<style>
span { border-color: #005FBE; }
span { border-color: rgb(0,95,190); }
td.TdClassName
{
border-color: #005FBE;
}
.TagClassName
{
border-color: #005FBE;
}
</style>