Shades of Navy Blue #0256FB
Tints of Navy Blue #0256FB
RGB
CMYK
RGB Variations
Color information
#0256FB (or 0x0256FB) is known color: Navy Blue. HEX triplet: 02, 56 and FB. RGB value is (2,86,251). Sum of RGB (Red+Green+Blue) = 2+86+251=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #0256FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0256FB is #FDA904. Grayscale: #4E4E4E. Windows color (decimal): -16623877 or 16471554. OLE color: 16471554.
HSL color Cylindrical-coordinate representation of color #0256FB: hue angle of 219.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0256FB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 86 | 251 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.02 |
| HSL | 219.76º | 0.98% | 0.5% | - |
| HSV(B) | 219.76º | 0.99% | 0.98% | - |
| XYZ | 20.77 | 13.63 | 92.8 | - |
| YUV | 79.69 | 224.67 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 86 | 251 | 0.99 | 0.66 | 0 | 0.02 | 219.76 | 0.98 | 0.5 |
| Hex | 2 | 56 | FB | 63 | 42 | 0 | 2 | DC | 62 | 32 |
| Octal | 2 | 126 | 373 | 143 | 102 | 0 | 2 | 334 | 142 | 62 |
| Binary | 10 | 1010110 | 11111011 | 1100011 | 1000010 | 0 | 10 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0256FB
Complementary color
Monochromatic Colors of #0256FB
Black with #0256FB
Text Example
Text Example
White with #0256FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0256FB; }
p { color: rgb(2,86,251); }
H1.HeaderClassName
{
color: #0256FB;
}
.AnyTagClassName
{
color: #0256FB;
}
</style>
background-color css
<style>
a { background-color: #0256FB; }
a { background-color: rgb(2,86,251); }
div.DivClassName
{
background-color: #0256FB;
}
.BgClassName
{
background-color: #0256FB;
}
</style>
border-color css
<style>
span { border-color: #0256FB; }
span { border-color: rgb(2,86,251); }
td.TdClassName
{
border-color: #0256FB;
}
.TagClassName
{
border-color: #0256FB;
}
</style>