Shades of Navy Blue #0671EA
Tints of Navy Blue #0671EA
RGB
CMYK
RGB Variations
Color information
#0671EA (or 0x0671EA) is known color: Navy Blue. HEX triplet: 06, 71 and EA. RGB value is (6,113,234). Sum of RGB (Red+Green+Blue) = 6+113+234=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #0671EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0671EA is #F98E15. Grayscale: #5E5E5E. Windows color (decimal): -16354838 or 15364358. OLE color: 15364358.
HSL color Cylindrical-coordinate representation of color #0671EA: hue angle of 211.84º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0671EA is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 113 | 234 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.08 |
| HSL | 211.84º | 0.95% | 0.47% | - |
| HSV(B) | 211.84º | 0.97% | 0.92% | - |
| XYZ | 20.83 | 17.79 | 80.18 | - |
| YUV | 94.8 | 206.55 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 234 | 0.97 | 0.52 | 0 | 0.08 | 211.84 | 0.95 | 0.47 |
| Hex | 6 | 71 | EA | 61 | 34 | 0 | 8 | D4 | 5F | 2F |
| Octal | 6 | 161 | 352 | 141 | 64 | 0 | 10 | 324 | 137 | 57 |
| Binary | 110 | 1110001 | 11101010 | 1100001 | 110100 | 0 | 1000 | 11010100 | 1011111 | 101111 |
Color Harmonies of #0671EA
Complementary color
Monochromatic Colors of #0671EA
Black with #0671EA
Text Example
Text Example
White with #0671EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0671EA; }
p { color: rgb(6,113,234); }
H1.HeaderClassName
{
color: #0671EA;
}
.AnyTagClassName
{
color: #0671EA;
}
</style>
background-color css
<style>
a { background-color: #0671EA; }
a { background-color: rgb(6,113,234); }
div.DivClassName
{
background-color: #0671EA;
}
.BgClassName
{
background-color: #0671EA;
}
</style>
border-color css
<style>
span { border-color: #0671EA; }
span { border-color: rgb(6,113,234); }
td.TdClassName
{
border-color: #0671EA;
}
.TagClassName
{
border-color: #0671EA;
}
</style>