Shades of Navy Blue #0671EE
Tints of Navy Blue #0671EE
RGB
CMYK
RGB Variations
Color information
#0671EE (or 0x0671EE) is known color: Navy Blue. HEX triplet: 06, 71 and EE. RGB value is (6,113,238). Sum of RGB (Red+Green+Blue) = 6+113+238=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #0671EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0671EE is #F98E11. Grayscale: #5E5E5E. Windows color (decimal): -16354834 or 15626502. OLE color: 15626502.
HSL color Cylindrical-coordinate representation of color #0671EE: hue angle of 212.33º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0671EE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 113 | 238 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.07 |
| HSL | 212.33º | 0.95% | 0.48% | - |
| HSV(B) | 212.33º | 0.97% | 0.93% | - |
| XYZ | 21.41 | 18.02 | 83.24 | - |
| YUV | 95.26 | 208.55 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 238 | 0.97 | 0.53 | 0 | 0.07 | 212.33 | 0.95 | 0.48 |
| Hex | 6 | 71 | EE | 61 | 35 | 0 | 7 | D4 | 5F | 30 |
| Octal | 6 | 161 | 356 | 141 | 65 | 0 | 7 | 324 | 137 | 60 |
| Binary | 110 | 1110001 | 11101110 | 1100001 | 110101 | 0 | 111 | 11010100 | 1011111 | 110000 |
Color Harmonies of #0671EE
Complementary color
Monochromatic Colors of #0671EE
Black with #0671EE
Text Example
Text Example
White with #0671EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0671EE; }
p { color: rgb(6,113,238); }
H1.HeaderClassName
{
color: #0671EE;
}
.AnyTagClassName
{
color: #0671EE;
}
</style>
background-color css
<style>
a { background-color: #0671EE; }
a { background-color: rgb(6,113,238); }
div.DivClassName
{
background-color: #0671EE;
}
.BgClassName
{
background-color: #0671EE;
}
</style>
border-color css
<style>
span { border-color: #0671EE; }
span { border-color: rgb(6,113,238); }
td.TdClassName
{
border-color: #0671EE;
}
.TagClassName
{
border-color: #0671EE;
}
</style>