Shades of Navy Blue #065FCC
Tints of Navy Blue #065FCC
RGB
CMYK
RGB Variations
Color information
#065FCC (or 0x065FCC) is known color: Navy Blue. HEX triplet: 06, 5F and CC. RGB value is (6,95,204). Sum of RGB (Red+Green+Blue) = 6+95+204=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #065FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FCC is #F9A033. Grayscale: #505050. Windows color (decimal): -16359476 or 13393670. OLE color: 13393670.
HSL color Cylindrical-coordinate representation of color #065FCC: hue angle of 213.03º 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 #065FCC is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 95 | 204 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.2 |
| HSL | 213.03º | 0.94% | 0.41% | - |
| HSV(B) | 213.03º | 0.97% | 0.8% | - |
| XYZ | 15.07 | 12.58 | 58.76 | - |
| YUV | 80.82 | 197.51 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 204 | 0.97 | 0.53 | 0 | 0.2 | 213.03 | 0.94 | 0.41 |
| Hex | 6 | 5F | CC | 61 | 35 | 0 | 14 | D5 | 5E | 29 |
| Octal | 6 | 137 | 314 | 141 | 65 | 0 | 24 | 325 | 136 | 51 |
| Binary | 110 | 1011111 | 11001100 | 1100001 | 110101 | 0 | 10100 | 11010101 | 1011110 | 101001 |
Color Harmonies of #065FCC
Complementary color
Monochromatic Colors of #065FCC
Black with #065FCC
Text Example
Text Example
White with #065FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065FCC; }
p { color: rgb(6,95,204); }
H1.HeaderClassName
{
color: #065FCC;
}
.AnyTagClassName
{
color: #065FCC;
}
</style>
background-color css
<style>
a { background-color: #065FCC; }
a { background-color: rgb(6,95,204); }
div.DivClassName
{
background-color: #065FCC;
}
.BgClassName
{
background-color: #065FCC;
}
</style>
border-color css
<style>
span { border-color: #065FCC; }
span { border-color: rgb(6,95,204); }
td.TdClassName
{
border-color: #065FCC;
}
.TagClassName
{
border-color: #065FCC;
}
</style>