Shades of Navy Blue #0658DB
Tints of Navy Blue #0658DB
RGB
CMYK
RGB Variations
Color information
#0658DB (or 0x0658DB) is known color: Navy Blue. HEX triplet: 06, 58 and DB. RGB value is (6,88,219). Sum of RGB (Red+Green+Blue) = 6+88+219=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #0658DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0658DB is #F9A724. Grayscale: #4D4D4D. Windows color (decimal): -16361253 or 14374918. OLE color: 14374918.
HSL color Cylindrical-coordinate representation of color #0658DB: hue angle of 216.9º 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 #0658DB is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 88 | 219 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.14 |
| HSL | 216.9º | 0.95% | 0.44% | - |
| HSV(B) | 216.9º | 0.97% | 0.86% | - |
| XYZ | 16.35 | 12.13 | 68.5 | - |
| YUV | 78.42 | 207.33 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 219 | 0.97 | 0.60 | 0 | 0.14 | 216.9 | 0.95 | 0.44 |
| Hex | 6 | 58 | DB | 61 | 3C | 0 | E | D9 | 5F | 2C |
| Octal | 6 | 130 | 333 | 141 | 74 | 0 | 16 | 331 | 137 | 54 |
| Binary | 110 | 1011000 | 11011011 | 1100001 | 111100 | 0 | 1110 | 11011001 | 1011111 | 101100 |
Color Harmonies of #0658DB
Complementary color
Monochromatic Colors of #0658DB
Black with #0658DB
Text Example
Text Example
White with #0658DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0658DB; }
p { color: rgb(6,88,219); }
H1.HeaderClassName
{
color: #0658DB;
}
.AnyTagClassName
{
color: #0658DB;
}
</style>
background-color css
<style>
a { background-color: #0658DB; }
a { background-color: rgb(6,88,219); }
div.DivClassName
{
background-color: #0658DB;
}
.BgClassName
{
background-color: #0658DB;
}
</style>
border-color css
<style>
span { border-color: #0658DB; }
span { border-color: rgb(6,88,219); }
td.TdClassName
{
border-color: #0658DB;
}
.TagClassName
{
border-color: #0658DB;
}
</style>