Shades of Navy Blue #0673EF
Tints of Navy Blue #0673EF
RGB
CMYK
RGB Variations
Color information
#0673EF (or 0x0673EF) is known color: Navy Blue. HEX triplet: 06, 73 and EF. RGB value is (6,115,239). Sum of RGB (Red+Green+Blue) = 6+115+239=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #0673EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0673EF is #F98C10. Grayscale: #5F5F5F. Windows color (decimal): -16354321 or 15692550. OLE color: 15692550.
HSL color Cylindrical-coordinate representation of color #0673EF: hue angle of 211.93º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0673EF is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 115 | 239 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.06 |
| HSL | 211.93º | 0.95% | 0.48% | - |
| HSV(B) | 211.93º | 0.97% | 0.94% | - |
| XYZ | 21.79 | 18.53 | 84.09 | - |
| YUV | 96.55 | 208.39 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 239 | 0.97 | 0.52 | 0 | 0.06 | 211.93 | 0.95 | 0.48 |
| Hex | 6 | 73 | EF | 61 | 34 | 0 | 6 | D4 | 5F | 30 |
| Octal | 6 | 163 | 357 | 141 | 64 | 0 | 6 | 324 | 137 | 60 |
| Binary | 110 | 1110011 | 11101111 | 1100001 | 110100 | 0 | 110 | 11010100 | 1011111 | 110000 |
Color Harmonies of #0673EF
Complementary color
Monochromatic Colors of #0673EF
Black with #0673EF
Text Example
Text Example
White with #0673EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0673EF; }
p { color: rgb(6,115,239); }
H1.HeaderClassName
{
color: #0673EF;
}
.AnyTagClassName
{
color: #0673EF;
}
</style>
background-color css
<style>
a { background-color: #0673EF; }
a { background-color: rgb(6,115,239); }
div.DivClassName
{
background-color: #0673EF;
}
.BgClassName
{
background-color: #0673EF;
}
</style>
border-color css
<style>
span { border-color: #0673EF; }
span { border-color: rgb(6,115,239); }
td.TdClassName
{
border-color: #0673EF;
}
.TagClassName
{
border-color: #0673EF;
}
</style>