Shades of Navy Blue #0065C5
Tints of Navy Blue #0065C5
RGB
CMYK
RGB Variations
Color information
#0065C5 (or 0x0065C5) is known color: Navy Blue. HEX triplet: 00, 65 and C5. RGB value is (0,101,197). Sum of RGB (Red+Green+Blue) = 0+101+197=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #0065C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065C5 is #FF9A3A. Grayscale: #515151. Windows color (decimal): -16751163 or 12936448. OLE color: 12936448.
HSL color Cylindrical-coordinate representation of color #0065C5: hue angle of 209.24º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065C5 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 101 | 197 | - |
| CMYK | 1 | 0.49 | 0 | 0.23 |
| HSL | 209.24º | 1% | 0.39% | - |
| HSV(B) | 209.24º | 1% | 0.77% | - |
| XYZ | 14.73 | 13.34 | 54.62 | - |
| YUV | 81.75 | 193.04 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 197 | 1 | 0.49 | 0 | 0.23 | 209.24 | 1 | 0.39 |
| Hex | 0 | 65 | C5 | 64 | 31 | 0 | 17 | D1 | 64 | 27 |
| Octal | 0 | 145 | 305 | 144 | 61 | 0 | 27 | 321 | 144 | 47 |
| Binary | 0 | 1100101 | 11000101 | 1100100 | 110001 | 0 | 10111 | 11010001 | 1100100 | 100111 |
Color Harmonies of #0065C5
Complementary color
Monochromatic Colors of #0065C5
Black with #0065C5
Text Example
Text Example
White with #0065C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0065C5; }
p { color: rgb(0,101,197); }
H1.HeaderClassName
{
color: #0065C5;
}
.AnyTagClassName
{
color: #0065C5;
}
</style>
background-color css
<style>
a { background-color: #0065C5; }
a { background-color: rgb(0,101,197); }
div.DivClassName
{
background-color: #0065C5;
}
.BgClassName
{
background-color: #0065C5;
}
</style>
border-color css
<style>
span { border-color: #0065C5; }
span { border-color: rgb(0,101,197); }
td.TdClassName
{
border-color: #0065C5;
}
.TagClassName
{
border-color: #0065C5;
}
</style>