Shades of Navy Blue #0655EA
Tints of Navy Blue #0655EA
RGB
CMYK
RGB Variations
Color information
#0655EA (or 0x0655EA) is known color: Navy Blue. HEX triplet: 06, 55 and EA. RGB value is (6,85,234). Sum of RGB (Red+Green+Blue) = 6+85+234=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #0655EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0655EA is #F9AA15. Grayscale: #4D4D4D. Windows color (decimal): -16362006 or 15357190. OLE color: 15357190.
HSL color Cylindrical-coordinate representation of color #0655EA: hue angle of 219.21º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0655EA is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 85 | 234 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.08 |
| HSL | 219.21º | 0.95% | 0.47% | - |
| HSV(B) | 219.21º | 0.97% | 0.92% | - |
| XYZ | 18.17 | 12.48 | 79.29 | - |
| YUV | 78.37 | 215.83 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 234 | 0.97 | 0.64 | 0 | 0.08 | 219.21 | 0.95 | 0.47 |
| Hex | 6 | 55 | EA | 61 | 40 | 0 | 8 | DB | 5F | 2F |
| Octal | 6 | 125 | 352 | 141 | 100 | 0 | 10 | 333 | 137 | 57 |
| Binary | 110 | 1010101 | 11101010 | 1100001 | 1000000 | 0 | 1000 | 11011011 | 1011111 | 101111 |
Color Harmonies of #0655EA
Complementary color
Monochromatic Colors of #0655EA
Black with #0655EA
Text Example
Text Example
White with #0655EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0655EA; }
p { color: rgb(6,85,234); }
H1.HeaderClassName
{
color: #0655EA;
}
.AnyTagClassName
{
color: #0655EA;
}
</style>
background-color css
<style>
a { background-color: #0655EA; }
a { background-color: rgb(6,85,234); }
div.DivClassName
{
background-color: #0655EA;
}
.BgClassName
{
background-color: #0655EA;
}
</style>
border-color css
<style>
span { border-color: #0655EA; }
span { border-color: rgb(6,85,234); }
td.TdClassName
{
border-color: #0655EA;
}
.TagClassName
{
border-color: #0655EA;
}
</style>