Shades of Navy Blue #005EBA
Tints of Navy Blue #005EBA
RGB
CMYK
RGB Variations
Color information
#005EBA (or 0x005EBA) is known color: Navy Blue. HEX triplet: 00, 5E and BA. RGB value is (0,94,186). Sum of RGB (Red+Green+Blue) = 0+94+186=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #005EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EBA is #FFA145. Grayscale: #4B4B4B. Windows color (decimal): -16752966 or 12213760. OLE color: 12213760.
HSL color Cylindrical-coordinate representation of color #005EBA: hue angle of 209.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EBA is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 94 | 186 | - |
| CMYK | 1 | 0.49 | 0 | 0.27 |
| HSL | 209.68º | 1% | 0.36% | - |
| HSV(B) | 209.68º | 1% | 0.73% | - |
| XYZ | 12.87 | 11.55 | 48.01 | - |
| YUV | 76.38 | 189.86 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 186 | 1 | 0.49 | 0 | 0.27 | 209.68 | 1 | 0.36 |
| Hex | 0 | 5E | BA | 64 | 31 | 0 | 1B | D2 | 64 | 24 |
| Octal | 0 | 136 | 272 | 144 | 61 | 0 | 33 | 322 | 144 | 44 |
| Binary | 0 | 1011110 | 10111010 | 1100100 | 110001 | 0 | 11011 | 11010010 | 1100100 | 100100 |
Color Harmonies of #005EBA
Complementary color
Monochromatic Colors of #005EBA
Black with #005EBA
Text Example
Text Example
White with #005EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EBA; }
p { color: rgb(0,94,186); }
H1.HeaderClassName
{
color: #005EBA;
}
.AnyTagClassName
{
color: #005EBA;
}
</style>
background-color css
<style>
a { background-color: #005EBA; }
a { background-color: rgb(0,94,186); }
div.DivClassName
{
background-color: #005EBA;
}
.BgClassName
{
background-color: #005EBA;
}
</style>
border-color css
<style>
span { border-color: #005EBA; }
span { border-color: rgb(0,94,186); }
td.TdClassName
{
border-color: #005EBA;
}
.TagClassName
{
border-color: #005EBA;
}
</style>