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