Shades of Navy Blue #0654DB
Tints of Navy Blue #0654DB
RGB
CMYK
RGB Variations
Color information
#0654DB (or 0x0654DB) is known color: Navy Blue. HEX triplet: 06, 54 and DB. RGB value is (6,84,219). Sum of RGB (Red+Green+Blue) = 6+84+219=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #0654DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0654DB is #F9AB24. Grayscale: #4B4B4B. Windows color (decimal): -16362277 or 14373894. OLE color: 14373894.
HSL color Cylindrical-coordinate representation of color #0654DB: hue angle of 218.03º 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 #0654DB is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 84 | 219 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.14 |
| HSL | 218.03º | 0.95% | 0.44% | - |
| HSV(B) | 218.03º | 0.97% | 0.86% | - |
| XYZ | 16.03 | 11.49 | 68.39 | - |
| YUV | 76.07 | 208.66 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 219 | 0.97 | 0.62 | 0 | 0.14 | 218.03 | 0.95 | 0.44 |
| Hex | 6 | 54 | DB | 61 | 3E | 0 | E | DA | 5F | 2C |
| Octal | 6 | 124 | 333 | 141 | 76 | 0 | 16 | 332 | 137 | 54 |
| Binary | 110 | 1010100 | 11011011 | 1100001 | 111110 | 0 | 1110 | 11011010 | 1011111 | 101100 |
Color Harmonies of #0654DB
Complementary color
Monochromatic Colors of #0654DB
Black with #0654DB
Text Example
Text Example
White with #0654DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0654DB; }
p { color: rgb(6,84,219); }
H1.HeaderClassName
{
color: #0654DB;
}
.AnyTagClassName
{
color: #0654DB;
}
</style>
background-color css
<style>
a { background-color: #0654DB; }
a { background-color: rgb(6,84,219); }
div.DivClassName
{
background-color: #0654DB;
}
.BgClassName
{
background-color: #0654DB;
}
</style>
border-color css
<style>
span { border-color: #0654DB; }
span { border-color: rgb(6,84,219); }
td.TdClassName
{
border-color: #0654DB;
}
.TagClassName
{
border-color: #0654DB;
}
</style>