Shades of Navy Blue #065FC5
Tints of Navy Blue #065FC5
RGB
CMYK
RGB Variations
Color information
#065FC5 (or 0x065FC5) is known color: Navy Blue. HEX triplet: 06, 5F and C5. RGB value is (6,95,197). Sum of RGB (Red+Green+Blue) = 6+95+197=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #065FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FC5 is #F9A03A. Grayscale: #4F4F4F. Windows color (decimal): -16359483 or 12934918. OLE color: 12934918.
HSL color Cylindrical-coordinate representation of color #065FC5: hue angle of 212.04º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065FC5 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 95 | 197 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.23 |
| HSL | 212.04º | 0.94% | 0.4% | - |
| HSV(B) | 212.04º | 0.97% | 0.77% | - |
| XYZ | 14.25 | 12.25 | 54.44 | - |
| YUV | 80.02 | 194.01 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 197 | 0.97 | 0.52 | 0 | 0.23 | 212.04 | 0.94 | 0.4 |
| Hex | 6 | 5F | C5 | 61 | 34 | 0 | 17 | D4 | 5E | 28 |
| Octal | 6 | 137 | 305 | 141 | 64 | 0 | 27 | 324 | 136 | 50 |
| Binary | 110 | 1011111 | 11000101 | 1100001 | 110100 | 0 | 10111 | 11010100 | 1011110 | 101000 |
Color Harmonies of #065FC5
Complementary color
Monochromatic Colors of #065FC5
Black with #065FC5
Text Example
Text Example
White with #065FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065FC5; }
p { color: rgb(6,95,197); }
H1.HeaderClassName
{
color: #065FC5;
}
.AnyTagClassName
{
color: #065FC5;
}
</style>
background-color css
<style>
a { background-color: #065FC5; }
a { background-color: rgb(6,95,197); }
div.DivClassName
{
background-color: #065FC5;
}
.BgClassName
{
background-color: #065FC5;
}
</style>
border-color css
<style>
span { border-color: #065FC5; }
span { border-color: rgb(6,95,197); }
td.TdClassName
{
border-color: #065FC5;
}
.TagClassName
{
border-color: #065FC5;
}
</style>