Shades of Navy Blue #0673BB
Tints of Navy Blue #0673BB
RGB
CMYK
RGB Variations
Color information
#0673BB (or 0x0673BB) is known color: Navy Blue. HEX triplet: 06, 73 and BB. RGB value is (6,115,187). Sum of RGB (Red+Green+Blue) = 6+115+187=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #0673BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0673BB is #F98C44. Grayscale: #5A5A5A. Windows color (decimal): -16354373 or 12284678. OLE color: 12284678.
HSL color Cylindrical-coordinate representation of color #0673BB: hue angle of 203.87º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0673BB is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 115 | 187 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.27 |
| HSL | 203.87º | 0.94% | 0.38% | - |
| HSV(B) | 203.87º | 0.97% | 0.73% | - |
| XYZ | 15.18 | 15.89 | 49.28 | - |
| YUV | 90.62 | 182.39 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 187 | 0.97 | 0.39 | 0 | 0.27 | 203.87 | 0.94 | 0.38 |
| Hex | 6 | 73 | BB | 61 | 27 | 0 | 1B | CC | 5E | 26 |
| Octal | 6 | 163 | 273 | 141 | 47 | 0 | 33 | 314 | 136 | 46 |
| Binary | 110 | 1110011 | 10111011 | 1100001 | 100111 | 0 | 11011 | 11001100 | 1011110 | 100110 |
Color Harmonies of #0673BB
Complementary color
Monochromatic Colors of #0673BB
Black with #0673BB
Text Example
Text Example
White with #0673BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0673BB; }
p { color: rgb(6,115,187); }
H1.HeaderClassName
{
color: #0673BB;
}
.AnyTagClassName
{
color: #0673BB;
}
</style>
background-color css
<style>
a { background-color: #0673BB; }
a { background-color: rgb(6,115,187); }
div.DivClassName
{
background-color: #0673BB;
}
.BgClassName
{
background-color: #0673BB;
}
</style>
border-color css
<style>
span { border-color: #0673BB; }
span { border-color: rgb(6,115,187); }
td.TdClassName
{
border-color: #0673BB;
}
.TagClassName
{
border-color: #0673BB;
}
</style>