Shades of Navy Blue #0653EF
Tints of Navy Blue #0653EF
RGB
CMYK
RGB Variations
Color information
#0653EF (or 0x0653EF) is known color: Navy Blue. HEX triplet: 06, 53 and EF. RGB value is (6,83,239). Sum of RGB (Red+Green+Blue) = 6+83+239=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #0653EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0653EF is #F9AC10. Grayscale: #4D4D4D. Windows color (decimal): -16362513 or 15684358. OLE color: 15684358.
HSL color Cylindrical-coordinate representation of color #0653EF: hue angle of 220.17º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0653EF is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 83 | 239 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.06 |
| HSL | 220.17º | 0.95% | 0.48% | - |
| HSV(B) | 220.17º | 0.97% | 0.94% | - |
| XYZ | 18.75 | 12.46 | 83.08 | - |
| YUV | 77.76 | 218.99 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 239 | 0.97 | 0.65 | 0 | 0.06 | 220.17 | 0.95 | 0.48 |
| Hex | 6 | 53 | EF | 61 | 41 | 0 | 6 | DC | 5F | 30 |
| Octal | 6 | 123 | 357 | 141 | 101 | 0 | 6 | 334 | 137 | 60 |
| Binary | 110 | 1010011 | 11101111 | 1100001 | 1000001 | 0 | 110 | 11011100 | 1011111 | 110000 |
Color Harmonies of #0653EF
Complementary color
Monochromatic Colors of #0653EF
Black with #0653EF
Text Example
Text Example
White with #0653EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0653EF; }
p { color: rgb(6,83,239); }
H1.HeaderClassName
{
color: #0653EF;
}
.AnyTagClassName
{
color: #0653EF;
}
</style>
background-color css
<style>
a { background-color: #0653EF; }
a { background-color: rgb(6,83,239); }
div.DivClassName
{
background-color: #0653EF;
}
.BgClassName
{
background-color: #0653EF;
}
</style>
border-color css
<style>
span { border-color: #0653EF; }
span { border-color: rgb(6,83,239); }
td.TdClassName
{
border-color: #0653EF;
}
.TagClassName
{
border-color: #0653EF;
}
</style>