Shades of Navy Blue #065BE5
Tints of Navy Blue #065BE5
RGB
CMYK
RGB Variations
Color information
#065BE5 (or 0x065BE5) is known color: Navy Blue. HEX triplet: 06, 5B and E5. RGB value is (6,91,229). Sum of RGB (Red+Green+Blue) = 6+91+229=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #065BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BE5 is #F9A41A. Grayscale: #505050. Windows color (decimal): -16360475 or 15031046. OLE color: 15031046.
HSL color Cylindrical-coordinate representation of color #065BE5: hue angle of 217.13º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065BE5 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 91 | 229 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.10 |
| HSL | 217.13º | 0.95% | 0.46% | - |
| HSV(B) | 217.13º | 0.97% | 0.9% | - |
| XYZ | 17.96 | 13.18 | 75.73 | - |
| YUV | 81.32 | 211.34 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 229 | 0.97 | 0.60 | 0 | 0.10 | 217.13 | 0.95 | 0.46 |
| Hex | 6 | 5B | E5 | 61 | 3C | 0 | A | D9 | 5F | 2E |
| Octal | 6 | 133 | 345 | 141 | 74 | 0 | 12 | 331 | 137 | 56 |
| Binary | 110 | 1011011 | 11100101 | 1100001 | 111100 | 0 | 1010 | 11011001 | 1011111 | 101110 |
Color Harmonies of #065BE5
Complementary color
Monochromatic Colors of #065BE5
Black with #065BE5
Text Example
Text Example
White with #065BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065BE5; }
p { color: rgb(6,91,229); }
H1.HeaderClassName
{
color: #065BE5;
}
.AnyTagClassName
{
color: #065BE5;
}
</style>
background-color css
<style>
a { background-color: #065BE5; }
a { background-color: rgb(6,91,229); }
div.DivClassName
{
background-color: #065BE5;
}
.BgClassName
{
background-color: #065BE5;
}
</style>
border-color css
<style>
span { border-color: #065BE5; }
span { border-color: rgb(6,91,229); }
td.TdClassName
{
border-color: #065BE5;
}
.TagClassName
{
border-color: #065BE5;
}
</style>