Shades of Navy Blue #0671DB
Tints of Navy Blue #0671DB
RGB
CMYK
RGB Variations
Color information
#0671DB (or 0x0671DB) is known color: Navy Blue. HEX triplet: 06, 71 and DB. RGB value is (6,113,219). Sum of RGB (Red+Green+Blue) = 6+113+219=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #0671DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0671DB is #F98E24. Grayscale: #5C5C5C. Windows color (decimal): -16354853 or 14381318. OLE color: 14381318.
HSL color Cylindrical-coordinate representation of color #0671DB: hue angle of 209.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0671DB is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 113 | 219 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.14 |
| HSL | 209.86º | 0.95% | 0.44% | - |
| HSV(B) | 209.86º | 0.97% | 0.86% | - |
| XYZ | 18.77 | 16.96 | 69.3 | - |
| YUV | 93.09 | 199.05 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 219 | 0.97 | 0.48 | 0 | 0.14 | 209.86 | 0.95 | 0.44 |
| Hex | 6 | 71 | DB | 61 | 30 | 0 | E | D2 | 5F | 2C |
| Octal | 6 | 161 | 333 | 141 | 60 | 0 | 16 | 322 | 137 | 54 |
| Binary | 110 | 1110001 | 11011011 | 1100001 | 110000 | 0 | 1110 | 11010010 | 1011111 | 101100 |
Color Harmonies of #0671DB
Complementary color
Monochromatic Colors of #0671DB
Black with #0671DB
Text Example
Text Example
White with #0671DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0671DB; }
p { color: rgb(6,113,219); }
H1.HeaderClassName
{
color: #0671DB;
}
.AnyTagClassName
{
color: #0671DB;
}
</style>
background-color css
<style>
a { background-color: #0671DB; }
a { background-color: rgb(6,113,219); }
div.DivClassName
{
background-color: #0671DB;
}
.BgClassName
{
background-color: #0671DB;
}
</style>
border-color css
<style>
span { border-color: #0671DB; }
span { border-color: rgb(6,113,219); }
td.TdClassName
{
border-color: #0671DB;
}
.TagClassName
{
border-color: #0671DB;
}
</style>