Shades of Navy Blue #0256CB
Tints of Navy Blue #0256CB
RGB
CMYK
RGB Variations
Color information
#0256CB (or 0x0256CB) is known color: Navy Blue. HEX triplet: 02, 56 and CB. RGB value is (2,86,203). Sum of RGB (Red+Green+Blue) = 2+86+203=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #0256CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0256CB is #FDA934. Grayscale: #494949. Windows color (decimal): -16623925 or 13325826. OLE color: 13325826.
HSL color Cylindrical-coordinate representation of color #0256CB: hue angle of 214.93º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0256CB is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 86 | 203 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.20 |
| HSL | 214.93º | 0.98% | 0.4% | - |
| HSV(B) | 214.93º | 0.99% | 0.8% | - |
| XYZ | 14.13 | 10.98 | 57.87 | - |
| YUV | 74.22 | 200.67 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 86 | 203 | 0.99 | 0.58 | 0 | 0.20 | 214.93 | 0.98 | 0.4 |
| Hex | 2 | 56 | CB | 63 | 3A | 0 | 14 | D7 | 62 | 28 |
| Octal | 2 | 126 | 313 | 143 | 72 | 0 | 24 | 327 | 142 | 50 |
| Binary | 10 | 1010110 | 11001011 | 1100011 | 111010 | 0 | 10100 | 11010111 | 1100010 | 101000 |
Color Harmonies of #0256CB
Complementary color
Monochromatic Colors of #0256CB
Black with #0256CB
Text Example
Text Example
White with #0256CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0256CB; }
p { color: rgb(2,86,203); }
H1.HeaderClassName
{
color: #0256CB;
}
.AnyTagClassName
{
color: #0256CB;
}
</style>
background-color css
<style>
a { background-color: #0256CB; }
a { background-color: rgb(2,86,203); }
div.DivClassName
{
background-color: #0256CB;
}
.BgClassName
{
background-color: #0256CB;
}
</style>
border-color css
<style>
span { border-color: #0256CB; }
span { border-color: rgb(2,86,203); }
td.TdClassName
{
border-color: #0256CB;
}
.TagClassName
{
border-color: #0256CB;
}
</style>