Shades of Navy Blue #0671F2
Tints of Navy Blue #0671F2
RGB
CMYK
RGB Variations
Color information
#0671F2 (or 0x0671F2) is known color: Navy Blue. HEX triplet: 06, 71 and F2. RGB value is (6,113,242). Sum of RGB (Red+Green+Blue) = 6+113+242=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #0671F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0671F2 is #F98E0D. Grayscale: #5F5F5F. Windows color (decimal): -16354830 or 15888646. OLE color: 15888646.
HSL color Cylindrical-coordinate representation of color #0671F2: hue angle of 212.8º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0671F2 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 113 | 242 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.05 |
| HSL | 212.8º | 0.95% | 0.49% | - |
| HSV(B) | 212.8º | 0.98% | 0.95% | - |
| XYZ | 22.01 | 18.26 | 86.37 | - |
| YUV | 95.71 | 210.55 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 242 | 0.98 | 0.53 | 0 | 0.05 | 212.8 | 0.95 | 0.49 |
| Hex | 6 | 71 | F2 | 62 | 35 | 0 | 5 | D5 | 5F | 31 |
| Octal | 6 | 161 | 362 | 142 | 65 | 0 | 5 | 325 | 137 | 61 |
| Binary | 110 | 1110001 | 11110010 | 1100010 | 110101 | 0 | 101 | 11010101 | 1011111 | 110001 |
Color Harmonies of #0671F2
Complementary color
Monochromatic Colors of #0671F2
Black with #0671F2
Text Example
Text Example
White with #0671F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0671F2; }
p { color: rgb(6,113,242); }
H1.HeaderClassName
{
color: #0671F2;
}
.AnyTagClassName
{
color: #0671F2;
}
</style>
background-color css
<style>
a { background-color: #0671F2; }
a { background-color: rgb(6,113,242); }
div.DivClassName
{
background-color: #0671F2;
}
.BgClassName
{
background-color: #0671F2;
}
</style>
border-color css
<style>
span { border-color: #0671F2; }
span { border-color: rgb(6,113,242); }
td.TdClassName
{
border-color: #0671F2;
}
.TagClassName
{
border-color: #0671F2;
}
</style>