Shades of Navy Blue #0256EB
Tints of Navy Blue #0256EB
RGB
CMYK
RGB Variations
Color information
#0256EB (or 0x0256EB) is known color: Navy Blue. HEX triplet: 02, 56 and EB. RGB value is (2,86,235). Sum of RGB (Red+Green+Blue) = 2+86+235=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #0256EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0256EB is #FDA914. Grayscale: #4D4D4D. Windows color (decimal): -16623893 or 15422978. OLE color: 15422978.
HSL color Cylindrical-coordinate representation of color #0256EB: hue angle of 218.37º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0256EB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 86 | 235 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.08 |
| HSL | 218.37º | 0.98% | 0.46% | - |
| HSV(B) | 218.37º | 0.99% | 0.92% | - |
| XYZ | 18.35 | 12.67 | 80.08 | - |
| YUV | 77.87 | 216.67 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 86 | 235 | 0.99 | 0.63 | 0 | 0.08 | 218.37 | 0.98 | 0.46 |
| Hex | 2 | 56 | EB | 63 | 3F | 0 | 8 | DA | 62 | 2E |
| Octal | 2 | 126 | 353 | 143 | 77 | 0 | 10 | 332 | 142 | 56 |
| Binary | 10 | 1010110 | 11101011 | 1100011 | 111111 | 0 | 1000 | 11011010 | 1100010 | 101110 |
Color Harmonies of #0256EB
Complementary color
Monochromatic Colors of #0256EB
Black with #0256EB
Text Example
Text Example
White with #0256EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0256EB; }
p { color: rgb(2,86,235); }
H1.HeaderClassName
{
color: #0256EB;
}
.AnyTagClassName
{
color: #0256EB;
}
</style>
background-color css
<style>
a { background-color: #0256EB; }
a { background-color: rgb(2,86,235); }
div.DivClassName
{
background-color: #0256EB;
}
.BgClassName
{
background-color: #0256EB;
}
</style>
border-color css
<style>
span { border-color: #0256EB; }
span { border-color: rgb(2,86,235); }
td.TdClassName
{
border-color: #0256EB;
}
.TagClassName
{
border-color: #0256EB;
}
</style>