Shades of Navy Blue #0657ED
Tints of Navy Blue #0657ED
RGB
CMYK
RGB Variations
Color information
#0657ED (or 0x0657ED) is known color: Navy Blue. HEX triplet: 06, 57 and ED. RGB value is (6,87,237). Sum of RGB (Red+Green+Blue) = 6+87+237=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #0657ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0657ED is #F9A812. Grayscale: #4F4F4F. Windows color (decimal): -16361491 or 15554310. OLE color: 15554310.
HSL color Cylindrical-coordinate representation of color #0657ED: hue angle of 218.96º 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 #0657ED is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 87 | 237 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.07 |
| HSL | 218.96º | 0.95% | 0.48% | - |
| HSV(B) | 218.96º | 0.97% | 0.93% | - |
| XYZ | 18.77 | 12.97 | 81.63 | - |
| YUV | 79.88 | 216.66 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 237 | 0.97 | 0.63 | 0 | 0.07 | 218.96 | 0.95 | 0.48 |
| Hex | 6 | 57 | ED | 61 | 3F | 0 | 7 | DB | 5F | 30 |
| Octal | 6 | 127 | 355 | 141 | 77 | 0 | 7 | 333 | 137 | 60 |
| Binary | 110 | 1010111 | 11101101 | 1100001 | 111111 | 0 | 111 | 11011011 | 1011111 | 110000 |
Color Harmonies of #0657ED
Complementary color
Monochromatic Colors of #0657ED
Black with #0657ED
Text Example
Text Example
White with #0657ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0657ED; }
p { color: rgb(6,87,237); }
H1.HeaderClassName
{
color: #0657ED;
}
.AnyTagClassName
{
color: #0657ED;
}
</style>
background-color css
<style>
a { background-color: #0657ED; }
a { background-color: rgb(6,87,237); }
div.DivClassName
{
background-color: #0657ED;
}
.BgClassName
{
background-color: #0657ED;
}
</style>
border-color css
<style>
span { border-color: #0657ED; }
span { border-color: rgb(6,87,237); }
td.TdClassName
{
border-color: #0657ED;
}
.TagClassName
{
border-color: #0657ED;
}
</style>