Shades of Navy Blue #0655E5
Tints of Navy Blue #0655E5
RGB
CMYK
RGB Variations
Color information
#0655E5 (or 0x0655E5) is known color: Navy Blue. HEX triplet: 06, 55 and E5. RGB value is (6,85,229). Sum of RGB (Red+Green+Blue) = 6+85+229=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 229 (89.84% from 255 or 71.56% from 320); Max value from RGB is 229 - color contains mainly: blue. Hex color #0655E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0655E5 is #F9AA1A. Grayscale: #4D4D4D. Windows color (decimal): -16362011 or 15029510. OLE color: 15029510.
HSL color Cylindrical-coordinate representation of color #0655E5: hue angle of 218.74º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0655E5 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 85 | 229 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.10 |
| HSL | 218.74º | 0.95% | 0.46% | - |
| HSV(B) | 218.74º | 0.97% | 0.9% | - |
| XYZ | 17.47 | 12.19 | 75.56 | - |
| YUV | 77.8 | 213.33 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 229 | 0.97 | 0.63 | 0 | 0.10 | 218.74 | 0.95 | 0.46 |
| Hex | 6 | 55 | E5 | 61 | 3F | 0 | A | DB | 5F | 2E |
| Octal | 6 | 125 | 345 | 141 | 77 | 0 | 12 | 333 | 137 | 56 |
| Binary | 110 | 1010101 | 11100101 | 1100001 | 111111 | 0 | 1010 | 11011011 | 1011111 | 101110 |
Color Harmonies of #0655E5
Complementary color
Monochromatic Colors of #0655E5
Black with #0655E5
Text Example
Text Example
White with #0655E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0655E5; }
p { color: rgb(6,85,229); }
H1.HeaderClassName
{
color: #0655E5;
}
.AnyTagClassName
{
color: #0655E5;
}
</style>
background-color css
<style>
a { background-color: #0655E5; }
a { background-color: rgb(6,85,229); }
div.DivClassName
{
background-color: #0655E5;
}
.BgClassName
{
background-color: #0655E5;
}
</style>
border-color css
<style>
span { border-color: #0655E5; }
span { border-color: rgb(6,85,229); }
td.TdClassName
{
border-color: #0655E5;
}
.TagClassName
{
border-color: #0655E5;
}
</style>