Shades of Navy Blue #0256C1
Tints of Navy Blue #0256C1
RGB
CMYK
RGB Variations
Color information
#0256C1 (or 0x0256C1) is known color: Navy Blue. HEX triplet: 02, 56 and C1. RGB value is (2,86,193). Sum of RGB (Red+Green+Blue) = 2+86+193=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 193 (75.78% from 255 or 68.68% from 281); Max value from RGB is 193 - color contains mainly: blue. Hex color #0256C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0256C1 is #FDA93E. Grayscale: #484848. Windows color (decimal): -16623935 or 12670466. OLE color: 12670466.
HSL color Cylindrical-coordinate representation of color #0256C1: hue angle of 213.61º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0256C1 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 86 | 193 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.24 |
| HSL | 213.61º | 0.98% | 0.38% | - |
| HSV(B) | 213.61º | 0.99% | 0.76% | - |
| XYZ | 12.98 | 10.52 | 51.8 | - |
| YUV | 73.08 | 195.67 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 86 | 193 | 0.99 | 0.55 | 0 | 0.24 | 213.61 | 0.98 | 0.38 |
| Hex | 2 | 56 | C1 | 63 | 37 | 0 | 18 | D6 | 62 | 26 |
| Octal | 2 | 126 | 301 | 143 | 67 | 0 | 30 | 326 | 142 | 46 |
| Binary | 10 | 1010110 | 11000001 | 1100011 | 110111 | 0 | 11000 | 11010110 | 1100010 | 100110 |
Color Harmonies of #0256C1
Complementary color
Monochromatic Colors of #0256C1
Black with #0256C1
Text Example
Text Example
White with #0256C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0256C1; }
p { color: rgb(2,86,193); }
H1.HeaderClassName
{
color: #0256C1;
}
.AnyTagClassName
{
color: #0256C1;
}
</style>
background-color css
<style>
a { background-color: #0256C1; }
a { background-color: rgb(2,86,193); }
div.DivClassName
{
background-color: #0256C1;
}
.BgClassName
{
background-color: #0256C1;
}
</style>
border-color css
<style>
span { border-color: #0256C1; }
span { border-color: rgb(2,86,193); }
td.TdClassName
{
border-color: #0256C1;
}
.TagClassName
{
border-color: #0256C1;
}
</style>