Shades of Navy Blue #065EC8
Tints of Navy Blue #065EC8
RGB
CMYK
RGB Variations
Color information
#065EC8 (or 0x065EC8) is known color: Navy Blue. HEX triplet: 06, 5E and C8. RGB value is (6,94,200). Sum of RGB (Red+Green+Blue) = 6+94+200=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 200 (78.52% from 255 or 66.67% from 300); Max value from RGB is 200 - color contains mainly: blue. Hex color #065EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065EC8 is #F9A137. Grayscale: #4F4F4F. Windows color (decimal): -16359736 or 13131270. OLE color: 13131270.
HSL color Cylindrical-coordinate representation of color #065EC8: hue angle of 212.78º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065EC8 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 94 | 200 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.22 |
| HSL | 212.78º | 0.94% | 0.4% | - |
| HSV(B) | 212.78º | 0.97% | 0.78% | - |
| XYZ | 14.5 | 12.21 | 56.24 | - |
| YUV | 79.77 | 195.85 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 200 | 0.97 | 0.53 | 0 | 0.22 | 212.78 | 0.94 | 0.4 |
| Hex | 6 | 5E | C8 | 61 | 35 | 0 | 16 | D5 | 5E | 28 |
| Octal | 6 | 136 | 310 | 141 | 65 | 0 | 26 | 325 | 136 | 50 |
| Binary | 110 | 1011110 | 11001000 | 1100001 | 110101 | 0 | 10110 | 11010101 | 1011110 | 101000 |
Color Harmonies of #065EC8
Complementary color
Monochromatic Colors of #065EC8
Black with #065EC8
Text Example
Text Example
White with #065EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065EC8; }
p { color: rgb(6,94,200); }
H1.HeaderClassName
{
color: #065EC8;
}
.AnyTagClassName
{
color: #065EC8;
}
</style>
background-color css
<style>
a { background-color: #065EC8; }
a { background-color: rgb(6,94,200); }
div.DivClassName
{
background-color: #065EC8;
}
.BgClassName
{
background-color: #065EC8;
}
</style>
border-color css
<style>
span { border-color: #065EC8; }
span { border-color: rgb(6,94,200); }
td.TdClassName
{
border-color: #065EC8;
}
.TagClassName
{
border-color: #065EC8;
}
</style>