Shades of Navy Blue #0655ED
Tints of Navy Blue #0655ED
RGB
CMYK
RGB Variations
Color information
#0655ED (or 0x0655ED) is known color: Navy Blue. HEX triplet: 06, 55 and ED. RGB value is (6,85,237). Sum of RGB (Red+Green+Blue) = 6+85+237=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #0655ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0655ED is #F9AA12. Grayscale: #4E4E4E. Windows color (decimal): -16362003 or 15553798. OLE color: 15553798.
HSL color Cylindrical-coordinate representation of color #0655ED: hue angle of 219.48º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0655ED is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 85 | 237 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.07 |
| HSL | 219.48º | 0.95% | 0.48% | - |
| HSV(B) | 219.48º | 0.97% | 0.93% | - |
| XYZ | 18.61 | 12.65 | 81.58 | - |
| YUV | 78.71 | 217.33 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 237 | 0.97 | 0.64 | 0 | 0.07 | 219.48 | 0.95 | 0.48 |
| Hex | 6 | 55 | ED | 61 | 40 | 0 | 7 | DB | 5F | 30 |
| Octal | 6 | 125 | 355 | 141 | 100 | 0 | 7 | 333 | 137 | 60 |
| Binary | 110 | 1010101 | 11101101 | 1100001 | 1000000 | 0 | 111 | 11011011 | 1011111 | 110000 |
Color Harmonies of #0655ED
Complementary color
Monochromatic Colors of #0655ED
Black with #0655ED
Text Example
Text Example
White with #0655ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0655ED; }
p { color: rgb(6,85,237); }
H1.HeaderClassName
{
color: #0655ED;
}
.AnyTagClassName
{
color: #0655ED;
}
</style>
background-color css
<style>
a { background-color: #0655ED; }
a { background-color: rgb(6,85,237); }
div.DivClassName
{
background-color: #0655ED;
}
.BgClassName
{
background-color: #0655ED;
}
</style>
border-color css
<style>
span { border-color: #0655ED; }
span { border-color: rgb(6,85,237); }
td.TdClassName
{
border-color: #0655ED;
}
.TagClassName
{
border-color: #0655ED;
}
</style>