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