Shades of Navy Blue #0673CB
Tints of Navy Blue #0673CB
RGB
CMYK
RGB Variations
Color information
#0673CB (or 0x0673CB) is known color: Navy Blue. HEX triplet: 06, 73 and CB. RGB value is (6,115,203). Sum of RGB (Red+Green+Blue) = 6+115+203=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #0673CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0673CB is #F98C34. Grayscale: #5B5B5B. Windows color (decimal): -16354357 or 13333254. OLE color: 13333254.
HSL color Cylindrical-coordinate representation of color #0673CB: hue angle of 206.8º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0673CB is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 115 | 203 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.20 |
| HSL | 206.8º | 0.94% | 0.41% | - |
| HSV(B) | 206.8º | 0.97% | 0.8% | - |
| XYZ | 16.99 | 16.61 | 58.81 | - |
| YUV | 92.44 | 190.39 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 203 | 0.97 | 0.43 | 0 | 0.20 | 206.8 | 0.94 | 0.41 |
| Hex | 6 | 73 | CB | 61 | 2B | 0 | 14 | CF | 5E | 29 |
| Octal | 6 | 163 | 313 | 141 | 53 | 0 | 24 | 317 | 136 | 51 |
| Binary | 110 | 1110011 | 11001011 | 1100001 | 101011 | 0 | 10100 | 11001111 | 1011110 | 101001 |
Color Harmonies of #0673CB
Complementary color
Monochromatic Colors of #0673CB
Black with #0673CB
Text Example
Text Example
White with #0673CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0673CB; }
p { color: rgb(6,115,203); }
H1.HeaderClassName
{
color: #0673CB;
}
.AnyTagClassName
{
color: #0673CB;
}
</style>
background-color css
<style>
a { background-color: #0673CB; }
a { background-color: rgb(6,115,203); }
div.DivClassName
{
background-color: #0673CB;
}
.BgClassName
{
background-color: #0673CB;
}
</style>
border-color css
<style>
span { border-color: #0673CB; }
span { border-color: rgb(6,115,203); }
td.TdClassName
{
border-color: #0673CB;
}
.TagClassName
{
border-color: #0673CB;
}
</style>