Shades of Navy Blue #065BE0
Tints of Navy Blue #065BE0
RGB
CMYK
RGB Variations
Color information
#065BE0 (or 0x065BE0) is known color: Navy Blue. HEX triplet: 06, 5B and E0. RGB value is (6,91,224). Sum of RGB (Red+Green+Blue) = 6+91+224=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #065BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BE0 is #F9A41F. Grayscale: #505050. Windows color (decimal): -16360480 or 14703366. OLE color: 14703366.
HSL color Cylindrical-coordinate representation of color #065BE0: hue angle of 216.61º 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 #065BE0 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 91 | 224 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.12 |
| HSL | 216.61º | 0.95% | 0.45% | - |
| HSV(B) | 216.61º | 0.97% | 0.88% | - |
| XYZ | 17.27 | 12.9 | 72.1 | - |
| YUV | 80.75 | 208.84 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 224 | 0.97 | 0.59 | 0 | 0.12 | 216.61 | 0.95 | 0.45 |
| Hex | 6 | 5B | E0 | 61 | 3B | 0 | C | D9 | 5F | 2D |
| Octal | 6 | 133 | 340 | 141 | 73 | 0 | 14 | 331 | 137 | 55 |
| Binary | 110 | 1011011 | 11100000 | 1100001 | 111011 | 0 | 1100 | 11011001 | 1011111 | 101101 |
Color Harmonies of #065BE0
Complementary color
Monochromatic Colors of #065BE0
Black with #065BE0
Text Example
Text Example
White with #065BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065BE0; }
p { color: rgb(6,91,224); }
H1.HeaderClassName
{
color: #065BE0;
}
.AnyTagClassName
{
color: #065BE0;
}
</style>
background-color css
<style>
a { background-color: #065BE0; }
a { background-color: rgb(6,91,224); }
div.DivClassName
{
background-color: #065BE0;
}
.BgClassName
{
background-color: #065BE0;
}
</style>
border-color css
<style>
span { border-color: #065BE0; }
span { border-color: rgb(6,91,224); }
td.TdClassName
{
border-color: #065BE0;
}
.TagClassName
{
border-color: #065BE0;
}
</style>