Shades of Navy Blue #065EE0
Tints of Navy Blue #065EE0
RGB
CMYK
RGB Variations
Color information
#065EE0 (or 0x065EE0) is known color: Navy Blue. HEX triplet: 06, 5E and E0. RGB value is (6,94,224). Sum of RGB (Red+Green+Blue) = 6+94+224=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #065EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065EE0 is #F9A11F. Grayscale: #515151. Windows color (decimal): -16359712 or 14704134. OLE color: 14704134.
HSL color Cylindrical-coordinate representation of color #065EE0: hue angle of 215.78º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065EE0 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 94 | 224 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.12 |
| HSL | 215.78º | 0.95% | 0.45% | - |
| HSV(B) | 215.78º | 0.97% | 0.88% | - |
| XYZ | 17.53 | 13.43 | 72.19 | - |
| YUV | 82.51 | 207.85 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 224 | 0.97 | 0.58 | 0 | 0.12 | 215.78 | 0.95 | 0.45 |
| Hex | 6 | 5E | E0 | 61 | 3A | 0 | C | D8 | 5F | 2D |
| Octal | 6 | 136 | 340 | 141 | 72 | 0 | 14 | 330 | 137 | 55 |
| Binary | 110 | 1011110 | 11100000 | 1100001 | 111010 | 0 | 1100 | 11011000 | 1011111 | 101101 |
Color Harmonies of #065EE0
Complementary color
Monochromatic Colors of #065EE0
Black with #065EE0
Text Example
Text Example
White with #065EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065EE0; }
p { color: rgb(6,94,224); }
H1.HeaderClassName
{
color: #065EE0;
}
.AnyTagClassName
{
color: #065EE0;
}
</style>
background-color css
<style>
a { background-color: #065EE0; }
a { background-color: rgb(6,94,224); }
div.DivClassName
{
background-color: #065EE0;
}
.BgClassName
{
background-color: #065EE0;
}
</style>
border-color css
<style>
span { border-color: #065EE0; }
span { border-color: rgb(6,94,224); }
td.TdClassName
{
border-color: #065EE0;
}
.TagClassName
{
border-color: #065EE0;
}
</style>