Shades of Navy Blue #0655DB
Tints of Navy Blue #0655DB
RGB
CMYK
RGB Variations
Color information
#0655DB (or 0x0655DB) is known color: Navy Blue. HEX triplet: 06, 55 and DB. RGB value is (6,85,219). Sum of RGB (Red+Green+Blue) = 6+85+219=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #0655DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0655DB is #F9AA24. Grayscale: #4C4C4C. Windows color (decimal): -16362021 or 14374150. OLE color: 14374150.
HSL color Cylindrical-coordinate representation of color #0655DB: hue angle of 217.75º 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 #0655DB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 85 | 219 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.14 |
| HSL | 217.75º | 0.95% | 0.44% | - |
| HSV(B) | 217.75º | 0.97% | 0.86% | - |
| XYZ | 16.11 | 11.65 | 68.42 | - |
| YUV | 76.66 | 208.33 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 219 | 0.97 | 0.61 | 0 | 0.14 | 217.75 | 0.95 | 0.44 |
| Hex | 6 | 55 | DB | 61 | 3D | 0 | E | DA | 5F | 2C |
| Octal | 6 | 125 | 333 | 141 | 75 | 0 | 16 | 332 | 137 | 54 |
| Binary | 110 | 1010101 | 11011011 | 1100001 | 111101 | 0 | 1110 | 11011010 | 1011111 | 101100 |
Color Harmonies of #0655DB
Complementary color
Monochromatic Colors of #0655DB
Black with #0655DB
Text Example
Text Example
White with #0655DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0655DB; }
p { color: rgb(6,85,219); }
H1.HeaderClassName
{
color: #0655DB;
}
.AnyTagClassName
{
color: #0655DB;
}
</style>
background-color css
<style>
a { background-color: #0655DB; }
a { background-color: rgb(6,85,219); }
div.DivClassName
{
background-color: #0655DB;
}
.BgClassName
{
background-color: #0655DB;
}
</style>
border-color css
<style>
span { border-color: #0655DB; }
span { border-color: rgb(6,85,219); }
td.TdClassName
{
border-color: #0655DB;
}
.TagClassName
{
border-color: #0655DB;
}
</style>