Shades of Navy Blue #0656F1
Tints of Navy Blue #0656F1
RGB
CMYK
RGB Variations
Color information
#0656F1 (or 0x0656F1) is known color: Navy Blue. HEX triplet: 06, 56 and F1. RGB value is (6,86,241). Sum of RGB (Red+Green+Blue) = 6+86+241=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #0656F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0656F1 is #F9A90E. Grayscale: #4F4F4F. Windows color (decimal): -16361743 or 15816198. OLE color: 15816198.
HSL color Cylindrical-coordinate representation of color #0656F1: hue angle of 219.57º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0656F1 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 86 | 241 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.05 |
| HSL | 219.57º | 0.95% | 0.48% | - |
| HSV(B) | 219.57º | 0.98% | 0.95% | - |
| XYZ | 19.28 | 13.05 | 84.72 | - |
| YUV | 79.75 | 219 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 241 | 0.98 | 0.64 | 0 | 0.05 | 219.57 | 0.95 | 0.48 |
| Hex | 6 | 56 | F1 | 62 | 40 | 0 | 5 | DC | 5F | 30 |
| Octal | 6 | 126 | 361 | 142 | 100 | 0 | 5 | 334 | 137 | 60 |
| Binary | 110 | 1010110 | 11110001 | 1100010 | 1000000 | 0 | 101 | 11011100 | 1011111 | 110000 |
Color Harmonies of #0656F1
Complementary color
Monochromatic Colors of #0656F1
Black with #0656F1
Text Example
Text Example
White with #0656F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0656F1; }
p { color: rgb(6,86,241); }
H1.HeaderClassName
{
color: #0656F1;
}
.AnyTagClassName
{
color: #0656F1;
}
</style>
background-color css
<style>
a { background-color: #0656F1; }
a { background-color: rgb(6,86,241); }
div.DivClassName
{
background-color: #0656F1;
}
.BgClassName
{
background-color: #0656F1;
}
</style>
border-color css
<style>
span { border-color: #0656F1; }
span { border-color: rgb(6,86,241); }
td.TdClassName
{
border-color: #0656F1;
}
.TagClassName
{
border-color: #0656F1;
}
</style>