Shades of Navy Blue #0673EE
Tints of Navy Blue #0673EE
RGB
CMYK
RGB Variations
Color information
#0673EE (or 0x0673EE) is known color: Navy Blue. HEX triplet: 06, 73 and EE. RGB value is (6,115,238). Sum of RGB (Red+Green+Blue) = 6+115+238=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #0673EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0673EE is #F98C11. Grayscale: #5F5F5F. Windows color (decimal): -16354322 or 15627014. OLE color: 15627014.
HSL color Cylindrical-coordinate representation of color #0673EE: hue angle of 211.81º 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 #0673EE is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 115 | 238 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.07 |
| HSL | 211.81º | 0.95% | 0.48% | - |
| HSV(B) | 211.81º | 0.97% | 0.93% | - |
| XYZ | 21.64 | 18.47 | 83.31 | - |
| YUV | 96.43 | 207.89 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 238 | 0.97 | 0.52 | 0 | 0.07 | 211.81 | 0.95 | 0.48 |
| Hex | 6 | 73 | EE | 61 | 34 | 0 | 7 | D4 | 5F | 30 |
| Octal | 6 | 163 | 356 | 141 | 64 | 0 | 7 | 324 | 137 | 60 |
| Binary | 110 | 1110011 | 11101110 | 1100001 | 110100 | 0 | 111 | 11010100 | 1011111 | 110000 |
Color Harmonies of #0673EE
Complementary color
Monochromatic Colors of #0673EE
Black with #0673EE
Text Example
Text Example
White with #0673EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0673EE; }
p { color: rgb(6,115,238); }
H1.HeaderClassName
{
color: #0673EE;
}
.AnyTagClassName
{
color: #0673EE;
}
</style>
background-color css
<style>
a { background-color: #0673EE; }
a { background-color: rgb(6,115,238); }
div.DivClassName
{
background-color: #0673EE;
}
.BgClassName
{
background-color: #0673EE;
}
</style>
border-color css
<style>
span { border-color: #0673EE; }
span { border-color: rgb(6,115,238); }
td.TdClassName
{
border-color: #0673EE;
}
.TagClassName
{
border-color: #0673EE;
}
</style>