Shades of Navy Blue #005EEB
Tints of Navy Blue #005EEB
RGB
CMYK
RGB Variations
Color information
#005EEB (or 0x005EEB) is known color: Navy Blue. HEX triplet: 00, 5E and EB. RGB value is (0,94,235). Sum of RGB (Red+Green+Blue) = 0+94+235=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #005EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EEB is #FFA114. Grayscale: #515151. Windows color (decimal): -16752917 or 15425024. OLE color: 15425024.
HSL color Cylindrical-coordinate representation of color #005EEB: hue angle of 216º 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 #005EEB is Cyan = 1, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 94 | 235 | - |
| CMYK | 1 | 0.6 | 0 | 0.08 |
| HSL | 216º | 1% | 0.46% | - |
| HSV(B) | 216º | 1% | 0.92% | - |
| XYZ | 19 | 14 | 80.3 | - |
| YUV | 81.97 | 214.36 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 235 | 1 | 0.6 | 0 | 0.08 | 216 | 1 | 0.46 |
| Hex | 0 | 5E | EB | 64 | 3C | 0 | 8 | D8 | 64 | 2E |
| Octal | 0 | 136 | 353 | 144 | 74 | 0 | 10 | 330 | 144 | 56 |
| Binary | 0 | 1011110 | 11101011 | 1100100 | 111100 | 0 | 1000 | 11011000 | 1100100 | 101110 |
Color Harmonies of #005EEB
Complementary color
Monochromatic Colors of #005EEB
Black with #005EEB
Text Example
Text Example
White with #005EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EEB; }
p { color: rgb(0,94,235); }
H1.HeaderClassName
{
color: #005EEB;
}
.AnyTagClassName
{
color: #005EEB;
}
</style>
background-color css
<style>
a { background-color: #005EEB; }
a { background-color: rgb(0,94,235); }
div.DivClassName
{
background-color: #005EEB;
}
.BgClassName
{
background-color: #005EEB;
}
</style>
border-color css
<style>
span { border-color: #005EEB; }
span { border-color: rgb(0,94,235); }
td.TdClassName
{
border-color: #005EEB;
}
.TagClassName
{
border-color: #005EEB;
}
</style>