Shades of Navy Blue #0671F1
Tints of Navy Blue #0671F1
RGB
CMYK
RGB Variations
Color information
#0671F1 (or 0x0671F1) is known color: Navy Blue. HEX triplet: 06, 71 and F1. RGB value is (6,113,241). Sum of RGB (Red+Green+Blue) = 6+113+241=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #0671F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0671F1 is #F98E0E. Grayscale: #5E5E5E. Windows color (decimal): -16354831 or 15823110. OLE color: 15823110.
HSL color Cylindrical-coordinate representation of color #0671F1: hue angle of 212.68º 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 #0671F1 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 113 | 241 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.05 |
| HSL | 212.68º | 0.95% | 0.48% | - |
| HSV(B) | 212.68º | 0.98% | 0.95% | - |
| XYZ | 21.86 | 18.2 | 85.58 | - |
| YUV | 95.6 | 210.05 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 241 | 0.98 | 0.53 | 0 | 0.05 | 212.68 | 0.95 | 0.48 |
| Hex | 6 | 71 | F1 | 62 | 35 | 0 | 5 | D5 | 5F | 30 |
| Octal | 6 | 161 | 361 | 142 | 65 | 0 | 5 | 325 | 137 | 60 |
| Binary | 110 | 1110001 | 11110001 | 1100010 | 110101 | 0 | 101 | 11010101 | 1011111 | 110000 |
Color Harmonies of #0671F1
Complementary color
Monochromatic Colors of #0671F1
Black with #0671F1
Text Example
Text Example
White with #0671F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0671F1; }
p { color: rgb(6,113,241); }
H1.HeaderClassName
{
color: #0671F1;
}
.AnyTagClassName
{
color: #0671F1;
}
</style>
background-color css
<style>
a { background-color: #0671F1; }
a { background-color: rgb(6,113,241); }
div.DivClassName
{
background-color: #0671F1;
}
.BgClassName
{
background-color: #0671F1;
}
</style>
border-color css
<style>
span { border-color: #0671F1; }
span { border-color: rgb(6,113,241); }
td.TdClassName
{
border-color: #0671F1;
}
.TagClassName
{
border-color: #0671F1;
}
</style>