Shades of Navy Blue #0065CF
Tints of Navy Blue #0065CF
RGB
CMYK
RGB Variations
Color information
#0065CF (or 0x0065CF) is known color: Navy Blue. HEX triplet: 00, 65 and CF. RGB value is (0,101,207). Sum of RGB (Red+Green+Blue) = 0+101+207=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #0065CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065CF is #FF9A30. Grayscale: #525252. Windows color (decimal): -16751153 or 13591808. OLE color: 13591808.
HSL color Cylindrical-coordinate representation of color #0065CF: hue angle of 210.72º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065CF is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 101 | 207 | - |
| CMYK | 1 | 0.51 | 0 | 0.19 |
| HSL | 210.72º | 1% | 0.41% | - |
| HSV(B) | 210.72º | 1% | 0.81% | - |
| XYZ | 15.92 | 13.81 | 60.86 | - |
| YUV | 82.89 | 198.04 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 207 | 1 | 0.51 | 0 | 0.19 | 210.72 | 1 | 0.41 |
| Hex | 0 | 65 | CF | 64 | 33 | 0 | 13 | D3 | 64 | 29 |
| Octal | 0 | 145 | 317 | 144 | 63 | 0 | 23 | 323 | 144 | 51 |
| Binary | 0 | 1100101 | 11001111 | 1100100 | 110011 | 0 | 10011 | 11010011 | 1100100 | 101001 |
Color Harmonies of #0065CF
Complementary color
Monochromatic Colors of #0065CF
Black with #0065CF
Text Example
Text Example
White with #0065CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0065CF; }
p { color: rgb(0,101,207); }
H1.HeaderClassName
{
color: #0065CF;
}
.AnyTagClassName
{
color: #0065CF;
}
</style>
background-color css
<style>
a { background-color: #0065CF; }
a { background-color: rgb(0,101,207); }
div.DivClassName
{
background-color: #0065CF;
}
.BgClassName
{
background-color: #0065CF;
}
</style>
border-color css
<style>
span { border-color: #0065CF; }
span { border-color: rgb(0,101,207); }
td.TdClassName
{
border-color: #0065CF;
}
.TagClassName
{
border-color: #0065CF;
}
</style>