Shades of Navy Blue #065FCD
Tints of Navy Blue #065FCD
RGB
CMYK
RGB Variations
Color information
#065FCD (or 0x065FCD) is known color: Navy Blue. HEX triplet: 06, 5F and CD. RGB value is (6,95,205). Sum of RGB (Red+Green+Blue) = 6+95+205=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #065FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FCD is #F9A032. Grayscale: #505050. Windows color (decimal): -16359475 or 13459206. OLE color: 13459206.
HSL color Cylindrical-coordinate representation of color #065FCD: hue angle of 213.17º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065FCD is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 95 | 205 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.20 |
| HSL | 213.17º | 0.94% | 0.41% | - |
| HSV(B) | 213.17º | 0.97% | 0.8% | - |
| XYZ | 15.19 | 12.63 | 59.4 | - |
| YUV | 80.93 | 198.01 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 205 | 0.97 | 0.54 | 0 | 0.20 | 213.17 | 0.94 | 0.41 |
| Hex | 6 | 5F | CD | 61 | 36 | 0 | 14 | D5 | 5E | 29 |
| Octal | 6 | 137 | 315 | 141 | 66 | 0 | 24 | 325 | 136 | 51 |
| Binary | 110 | 1011111 | 11001101 | 1100001 | 110110 | 0 | 10100 | 11010101 | 1011110 | 101001 |
Color Harmonies of #065FCD
Complementary color
Monochromatic Colors of #065FCD
Black with #065FCD
Text Example
Text Example
White with #065FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065FCD; }
p { color: rgb(6,95,205); }
H1.HeaderClassName
{
color: #065FCD;
}
.AnyTagClassName
{
color: #065FCD;
}
</style>
background-color css
<style>
a { background-color: #065FCD; }
a { background-color: rgb(6,95,205); }
div.DivClassName
{
background-color: #065FCD;
}
.BgClassName
{
background-color: #065FCD;
}
</style>
border-color css
<style>
span { border-color: #065FCD; }
span { border-color: rgb(6,95,205); }
td.TdClassName
{
border-color: #065FCD;
}
.TagClassName
{
border-color: #065FCD;
}
</style>