Shades of Navy Blue #065CCD
Tints of Navy Blue #065CCD
RGB
CMYK
RGB Variations
Color information
#065CCD (or 0x065CCD) is known color: Navy Blue. HEX triplet: 06, 5C and CD. RGB value is (6,92,205). Sum of RGB (Red+Green+Blue) = 6+92+205=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #065CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CCD is #F9A332. Grayscale: #4E4E4E. Windows color (decimal): -16360243 or 13458438. OLE color: 13458438.
HSL color Cylindrical-coordinate representation of color #065CCD: hue angle of 214.07º 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 #065CCD is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 92 | 205 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.20 |
| HSL | 214.07º | 0.94% | 0.41% | - |
| HSV(B) | 214.07º | 0.97% | 0.8% | - |
| XYZ | 14.92 | 12.1 | 59.31 | - |
| YUV | 79.17 | 199.01 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 205 | 0.97 | 0.55 | 0 | 0.20 | 214.07 | 0.94 | 0.41 |
| Hex | 6 | 5C | CD | 61 | 37 | 0 | 14 | D6 | 5E | 29 |
| Octal | 6 | 134 | 315 | 141 | 67 | 0 | 24 | 326 | 136 | 51 |
| Binary | 110 | 1011100 | 11001101 | 1100001 | 110111 | 0 | 10100 | 11010110 | 1011110 | 101001 |
Color Harmonies of #065CCD
Complementary color
Monochromatic Colors of #065CCD
Black with #065CCD
Text Example
Text Example
White with #065CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CCD; }
p { color: rgb(6,92,205); }
H1.HeaderClassName
{
color: #065CCD;
}
.AnyTagClassName
{
color: #065CCD;
}
</style>
background-color css
<style>
a { background-color: #065CCD; }
a { background-color: rgb(6,92,205); }
div.DivClassName
{
background-color: #065CCD;
}
.BgClassName
{
background-color: #065CCD;
}
</style>
border-color css
<style>
span { border-color: #065CCD; }
span { border-color: rgb(6,92,205); }
td.TdClassName
{
border-color: #065CCD;
}
.TagClassName
{
border-color: #065CCD;
}
</style>