Shades of Navy Blue #0151EB
Tints of Navy Blue #0151EB
RGB
CMYK
RGB Variations
Color information
#0151EB (or 0x0151EB) is known color: Navy Blue. HEX triplet: 01, 51 and EB. RGB value is (1,81,235). Sum of RGB (Red+Green+Blue) = 1+81+235=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #0151EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0151EB is #FEAE14. Grayscale: #494949. Windows color (decimal): -16690709 or 15421697. OLE color: 15421697.
HSL color Cylindrical-coordinate representation of color #0151EB: hue angle of 219.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0151EB is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 81 | 235 | - |
| CMYK | 1.00 | 0.66 | 0 | 0.08 |
| HSL | 219.49º | 0.99% | 0.46% | - |
| HSV(B) | 219.49º | 1% | 0.92% | - |
| XYZ | 17.95 | 11.89 | 79.95 | - |
| YUV | 74.64 | 218.5 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 235 | 1.00 | 0.66 | 0 | 0.08 | 219.49 | 0.99 | 0.46 |
| Hex | 1 | 51 | EB | 64 | 42 | 0 | 8 | DB | 63 | 2E |
| Octal | 1 | 121 | 353 | 144 | 102 | 0 | 10 | 333 | 143 | 56 |
| Binary | 1 | 1010001 | 11101011 | 1100100 | 1000010 | 0 | 1000 | 11011011 | 1100011 | 101110 |
Color Harmonies of #0151EB
Complementary color
Monochromatic Colors of #0151EB
Black with #0151EB
Text Example
Text Example
White with #0151EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0151EB; }
p { color: rgb(1,81,235); }
H1.HeaderClassName
{
color: #0151EB;
}
.AnyTagClassName
{
color: #0151EB;
}
</style>
background-color css
<style>
a { background-color: #0151EB; }
a { background-color: rgb(1,81,235); }
div.DivClassName
{
background-color: #0151EB;
}
.BgClassName
{
background-color: #0151EB;
}
</style>
border-color css
<style>
span { border-color: #0151EB; }
span { border-color: rgb(1,81,235); }
td.TdClassName
{
border-color: #0151EB;
}
.TagClassName
{
border-color: #0151EB;
}
</style>