Shades of Navy Blue #0675DB
Tints of Navy Blue #0675DB
RGB
CMYK
RGB Variations
Color information
#0675DB (or 0x0675DB) is known color: Navy Blue. HEX triplet: 06, 75 and DB. RGB value is (6,117,219). Sum of RGB (Red+Green+Blue) = 6+117+219=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #0675DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675DB is #F98A24. Grayscale: #5E5E5E. Windows color (decimal): -16353829 or 14382342. OLE color: 14382342.
HSL color Cylindrical-coordinate representation of color #0675DB: hue angle of 208.73º 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 #0675DB is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 117 | 219 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.14 |
| HSL | 208.73º | 0.95% | 0.44% | - |
| HSV(B) | 208.73º | 0.97% | 0.86% | - |
| XYZ | 19.22 | 17.88 | 69.46 | - |
| YUV | 95.44 | 197.73 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 219 | 0.97 | 0.47 | 0 | 0.14 | 208.73 | 0.95 | 0.44 |
| Hex | 6 | 75 | DB | 61 | 2F | 0 | E | D1 | 5F | 2C |
| Octal | 6 | 165 | 333 | 141 | 57 | 0 | 16 | 321 | 137 | 54 |
| Binary | 110 | 1110101 | 11011011 | 1100001 | 101111 | 0 | 1110 | 11010001 | 1011111 | 101100 |
Color Harmonies of #0675DB
Complementary color
Monochromatic Colors of #0675DB
Black with #0675DB
Text Example
Text Example
White with #0675DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675DB; }
p { color: rgb(6,117,219); }
H1.HeaderClassName
{
color: #0675DB;
}
.AnyTagClassName
{
color: #0675DB;
}
</style>
background-color css
<style>
a { background-color: #0675DB; }
a { background-color: rgb(6,117,219); }
div.DivClassName
{
background-color: #0675DB;
}
.BgClassName
{
background-color: #0675DB;
}
</style>
border-color css
<style>
span { border-color: #0675DB; }
span { border-color: rgb(6,117,219); }
td.TdClassName
{
border-color: #0675DB;
}
.TagClassName
{
border-color: #0675DB;
}
</style>