Shades of Navy Blue #0065CE
Tints of Navy Blue #0065CE
RGB
CMYK
RGB Variations
Color information
#0065CE (or 0x0065CE) is known color: Navy Blue. HEX triplet: 00, 65 and CE. RGB value is (0,101,206). Sum of RGB (Red+Green+Blue) = 0+101+206=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #0065CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065CE is #FF9A31. Grayscale: #525252. Windows color (decimal): -16751154 or 13526272. OLE color: 13526272.
HSL color Cylindrical-coordinate representation of color #0065CE: hue angle of 210.58º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065CE is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 101 | 206 | - |
| CMYK | 1 | 0.51 | 0 | 0.19 |
| HSL | 210.58º | 1% | 0.4% | - |
| HSV(B) | 210.58º | 1% | 0.81% | - |
| XYZ | 15.79 | 13.76 | 60.22 | - |
| YUV | 82.77 | 197.54 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 206 | 1 | 0.51 | 0 | 0.19 | 210.58 | 1 | 0.4 |
| Hex | 0 | 65 | CE | 64 | 33 | 0 | 13 | D3 | 64 | 28 |
| Octal | 0 | 145 | 316 | 144 | 63 | 0 | 23 | 323 | 144 | 50 |
| Binary | 0 | 1100101 | 11001110 | 1100100 | 110011 | 0 | 10011 | 11010011 | 1100100 | 101000 |
Color Harmonies of #0065CE
Complementary color
Monochromatic Colors of #0065CE
Black with #0065CE
Text Example
Text Example
White with #0065CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0065CE; }
p { color: rgb(0,101,206); }
H1.HeaderClassName
{
color: #0065CE;
}
.AnyTagClassName
{
color: #0065CE;
}
</style>
background-color css
<style>
a { background-color: #0065CE; }
a { background-color: rgb(0,101,206); }
div.DivClassName
{
background-color: #0065CE;
}
.BgClassName
{
background-color: #0065CE;
}
</style>
border-color css
<style>
span { border-color: #0065CE; }
span { border-color: rgb(0,101,206); }
td.TdClassName
{
border-color: #0065CE;
}
.TagClassName
{
border-color: #0065CE;
}
</style>