Shades of Navy Blue #065CCF
Tints of Navy Blue #065CCF
RGB
CMYK
RGB Variations
Color information
#065CCF (or 0x065CCF) is known color: Navy Blue. HEX triplet: 06, 5C and CF. RGB value is (6,92,207). Sum of RGB (Red+Green+Blue) = 6+92+207=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #065CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CCF is #F9A330. Grayscale: #4E4E4E. Windows color (decimal): -16360241 or 13589510. OLE color: 13589510.
HSL color Cylindrical-coordinate representation of color #065CCF: hue angle of 214.33º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CCF is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 92 | 207 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.19 |
| HSL | 214.33º | 0.94% | 0.42% | - |
| HSV(B) | 214.33º | 0.97% | 0.81% | - |
| XYZ | 15.16 | 12.2 | 60.59 | - |
| YUV | 79.4 | 200.01 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 207 | 0.97 | 0.56 | 0 | 0.19 | 214.33 | 0.94 | 0.42 |
| Hex | 6 | 5C | CF | 61 | 38 | 0 | 13 | D6 | 5E | 2A |
| Octal | 6 | 134 | 317 | 141 | 70 | 0 | 23 | 326 | 136 | 52 |
| Binary | 110 | 1011100 | 11001111 | 1100001 | 111000 | 0 | 10011 | 11010110 | 1011110 | 101010 |
Color Harmonies of #065CCF
Complementary color
Monochromatic Colors of #065CCF
Black with #065CCF
Text Example
Text Example
White with #065CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CCF; }
p { color: rgb(6,92,207); }
H1.HeaderClassName
{
color: #065CCF;
}
.AnyTagClassName
{
color: #065CCF;
}
</style>
background-color css
<style>
a { background-color: #065CCF; }
a { background-color: rgb(6,92,207); }
div.DivClassName
{
background-color: #065CCF;
}
.BgClassName
{
background-color: #065CCF;
}
</style>
border-color css
<style>
span { border-color: #065CCF; }
span { border-color: rgb(6,92,207); }
td.TdClassName
{
border-color: #065CCF;
}
.TagClassName
{
border-color: #065CCF;
}
</style>