Shades of Navy Blue #0655DA
Tints of Navy Blue #0655DA
RGB
CMYK
RGB Variations
Color information
#0655DA (or 0x0655DA) is known color: Navy Blue. HEX triplet: 06, 55 and DA. RGB value is (6,85,218). Sum of RGB (Red+Green+Blue) = 6+85+218=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #0655DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0655DA is #F9AA25. Grayscale: #4B4B4B. Windows color (decimal): -16362022 or 14308614. OLE color: 14308614.
HSL color Cylindrical-coordinate representation of color #0655DA: hue angle of 217.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0655DA is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 85 | 218 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.15 |
| HSL | 217.64º | 0.95% | 0.44% | - |
| HSV(B) | 217.64º | 0.97% | 0.85% | - |
| XYZ | 15.98 | 11.6 | 67.73 | - |
| YUV | 76.54 | 207.83 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 218 | 0.97 | 0.61 | 0 | 0.15 | 217.64 | 0.95 | 0.44 |
| Hex | 6 | 55 | DA | 61 | 3D | 0 | F | DA | 5F | 2C |
| Octal | 6 | 125 | 332 | 141 | 75 | 0 | 17 | 332 | 137 | 54 |
| Binary | 110 | 1010101 | 11011010 | 1100001 | 111101 | 0 | 1111 | 11011010 | 1011111 | 101100 |
Color Harmonies of #0655DA
Complementary color
Monochromatic Colors of #0655DA
Black with #0655DA
Text Example
Text Example
White with #0655DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0655DA; }
p { color: rgb(6,85,218); }
H1.HeaderClassName
{
color: #0655DA;
}
.AnyTagClassName
{
color: #0655DA;
}
</style>
background-color css
<style>
a { background-color: #0655DA; }
a { background-color: rgb(6,85,218); }
div.DivClassName
{
background-color: #0655DA;
}
.BgClassName
{
background-color: #0655DA;
}
</style>
border-color css
<style>
span { border-color: #0655DA; }
span { border-color: rgb(6,85,218); }
td.TdClassName
{
border-color: #0655DA;
}
.TagClassName
{
border-color: #0655DA;
}
</style>