Shades of Navy Blue #0673BD
Tints of Navy Blue #0673BD
RGB
CMYK
RGB Variations
Color information
#0673BD (or 0x0673BD) is known color: Navy Blue. HEX triplet: 06, 73 and BD. RGB value is (6,115,189). Sum of RGB (Red+Green+Blue) = 6+115+189=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #0673BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0673BD is #F98C42. Grayscale: #5A5A5A. Windows color (decimal): -16354371 or 12415750. OLE color: 12415750.
HSL color Cylindrical-coordinate representation of color #0673BD: hue angle of 204.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0673BD is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 115 | 189 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.26 |
| HSL | 204.26º | 0.94% | 0.38% | - |
| HSV(B) | 204.26º | 0.97% | 0.74% | - |
| XYZ | 15.39 | 15.97 | 50.42 | - |
| YUV | 90.85 | 183.39 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 189 | 0.97 | 0.39 | 0 | 0.26 | 204.26 | 0.94 | 0.38 |
| Hex | 6 | 73 | BD | 61 | 27 | 0 | 1A | CC | 5E | 26 |
| Octal | 6 | 163 | 275 | 141 | 47 | 0 | 32 | 314 | 136 | 46 |
| Binary | 110 | 1110011 | 10111101 | 1100001 | 100111 | 0 | 11010 | 11001100 | 1011110 | 100110 |
Color Harmonies of #0673BD
Complementary color
Monochromatic Colors of #0673BD
Black with #0673BD
Text Example
Text Example
White with #0673BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0673BD; }
p { color: rgb(6,115,189); }
H1.HeaderClassName
{
color: #0673BD;
}
.AnyTagClassName
{
color: #0673BD;
}
</style>
background-color css
<style>
a { background-color: #0673BD; }
a { background-color: rgb(6,115,189); }
div.DivClassName
{
background-color: #0673BD;
}
.BgClassName
{
background-color: #0673BD;
}
</style>
border-color css
<style>
span { border-color: #0673BD; }
span { border-color: rgb(6,115,189); }
td.TdClassName
{
border-color: #0673BD;
}
.TagClassName
{
border-color: #0673BD;
}
</style>