Shades of Navy Blue #065EFF
Tints of Navy Blue #065EFF
RGB
CMYK
RGB Variations
Color information
#065EFF (or 0x065EFF) is known color: Navy Blue. HEX triplet: 06, 5E and FF. RGB value is (6,94,255). Sum of RGB (Red+Green+Blue) = 6+94+255=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #065EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065EFF is #F9A100. Grayscale: #555555. Windows color (decimal): -16359681 or 16735750. OLE color: 16735750.
HSL color Cylindrical-coordinate representation of color #065EFF: hue angle of 218.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065EFF is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 94 | 255 | - |
| CMYK | 0.98 | 0.63 | 0 | 0 |
| HSL | 218.8º | 1% | 0.51% | - |
| HSV(B) | 218.8º | 0.98% | 1% | - |
| XYZ | 22.13 | 15.26 | 96.39 | - |
| YUV | 86.04 | 223.35 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 255 | 0.98 | 0.63 | 0 | 0 | 218.8 | 1 | 0.51 |
| Hex | 6 | 5E | FF | 62 | 3F | 0 | 0 | DB | 64 | 33 |
| Octal | 6 | 136 | 377 | 142 | 77 | 0 | 0 | 333 | 144 | 63 |
| Binary | 110 | 1011110 | 11111111 | 1100010 | 111111 | 0 | 0 | 11011011 | 1100100 | 110011 |
Color Harmonies of #065EFF
Complementary color
Monochromatic Colors of #065EFF
Black with #065EFF
Text Example
Text Example
White with #065EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065EFF; }
p { color: rgb(6,94,255); }
H1.HeaderClassName
{
color: #065EFF;
}
.AnyTagClassName
{
color: #065EFF;
}
</style>
background-color css
<style>
a { background-color: #065EFF; }
a { background-color: rgb(6,94,255); }
div.DivClassName
{
background-color: #065EFF;
}
.BgClassName
{
background-color: #065EFF;
}
</style>
border-color css
<style>
span { border-color: #065EFF; }
span { border-color: rgb(6,94,255); }
td.TdClassName
{
border-color: #065EFF;
}
.TagClassName
{
border-color: #065EFF;
}
</style>