Shades of Navy Blue #065CCC
Tints of Navy Blue #065CCC
RGB
CMYK
RGB Variations
Color information
#065CCC (or 0x065CCC) is known color: Navy Blue. HEX triplet: 06, 5C and CC. RGB value is (6,92,204). Sum of RGB (Red+Green+Blue) = 6+92+204=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #065CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CCC is #F9A333. Grayscale: #4E4E4E. Windows color (decimal): -16360244 or 13392902. OLE color: 13392902.
HSL color Cylindrical-coordinate representation of color #065CCC: hue angle of 213.94º 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 #065CCC is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 92 | 204 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.2 |
| HSL | 213.94º | 0.94% | 0.41% | - |
| HSV(B) | 213.94º | 0.97% | 0.8% | - |
| XYZ | 14.8 | 12.05 | 58.67 | - |
| YUV | 79.05 | 198.51 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 204 | 0.97 | 0.55 | 0 | 0.2 | 213.94 | 0.94 | 0.41 |
| Hex | 6 | 5C | CC | 61 | 37 | 0 | 14 | D6 | 5E | 29 |
| Octal | 6 | 134 | 314 | 141 | 67 | 0 | 24 | 326 | 136 | 51 |
| Binary | 110 | 1011100 | 11001100 | 1100001 | 110111 | 0 | 10100 | 11010110 | 1011110 | 101001 |
Color Harmonies of #065CCC
Complementary color
Monochromatic Colors of #065CCC
Black with #065CCC
Text Example
Text Example
White with #065CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CCC; }
p { color: rgb(6,92,204); }
H1.HeaderClassName
{
color: #065CCC;
}
.AnyTagClassName
{
color: #065CCC;
}
</style>
background-color css
<style>
a { background-color: #065CCC; }
a { background-color: rgb(6,92,204); }
div.DivClassName
{
background-color: #065CCC;
}
.BgClassName
{
background-color: #065CCC;
}
</style>
border-color css
<style>
span { border-color: #065CCC; }
span { border-color: rgb(6,92,204); }
td.TdClassName
{
border-color: #065CCC;
}
.TagClassName
{
border-color: #065CCC;
}
</style>