Shades of Navy Blue #065ACC
Tints of Navy Blue #065ACC
RGB
CMYK
RGB Variations
Color information
#065ACC (or 0x065ACC) is known color: Navy Blue. HEX triplet: 06, 5A and CC. RGB value is (6,90,204). Sum of RGB (Red+Green+Blue) = 6+90+204=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #065ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ACC is #F9A533. Grayscale: #4D4D4D. Windows color (decimal): -16360756 or 13392390. OLE color: 13392390.
HSL color Cylindrical-coordinate representation of color #065ACC: hue angle of 214.55º 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 #065ACC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 90 | 204 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.2 |
| HSL | 214.55º | 0.94% | 0.41% | - |
| HSV(B) | 214.55º | 0.97% | 0.8% | - |
| XYZ | 14.63 | 11.71 | 58.62 | - |
| YUV | 77.88 | 199.17 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 204 | 0.97 | 0.56 | 0 | 0.2 | 214.55 | 0.94 | 0.41 |
| Hex | 6 | 5A | CC | 61 | 38 | 0 | 14 | D7 | 5E | 29 |
| Octal | 6 | 132 | 314 | 141 | 70 | 0 | 24 | 327 | 136 | 51 |
| Binary | 110 | 1011010 | 11001100 | 1100001 | 111000 | 0 | 10100 | 11010111 | 1011110 | 101001 |
Color Harmonies of #065ACC
Complementary color
Monochromatic Colors of #065ACC
Black with #065ACC
Text Example
Text Example
White with #065ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065ACC; }
p { color: rgb(6,90,204); }
H1.HeaderClassName
{
color: #065ACC;
}
.AnyTagClassName
{
color: #065ACC;
}
</style>
background-color css
<style>
a { background-color: #065ACC; }
a { background-color: rgb(6,90,204); }
div.DivClassName
{
background-color: #065ACC;
}
.BgClassName
{
background-color: #065ACC;
}
</style>
border-color css
<style>
span { border-color: #065ACC; }
span { border-color: rgb(6,90,204); }
td.TdClassName
{
border-color: #065ACC;
}
.TagClassName
{
border-color: #065ACC;
}
</style>