Shades of Navy Blue #0065DA
Tints of Navy Blue #0065DA
RGB
CMYK
RGB Variations
Color information
#0065DA (or 0x0065DA) is known color: Navy Blue. HEX triplet: 00, 65 and DA. RGB value is (0,101,218). Sum of RGB (Red+Green+Blue) = 0+101+218=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #0065DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065DA is #FF9A25. Grayscale: #535353. Windows color (decimal): -16751142 or 14312704. OLE color: 14312704.
HSL color Cylindrical-coordinate representation of color #0065DA: hue angle of 212.2º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065DA is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 101 | 218 | - |
| CMYK | 1 | 0.54 | 0 | 0.15 |
| HSL | 212.2º | 1% | 0.43% | - |
| HSV(B) | 212.2º | 1% | 0.85% | - |
| XYZ | 17.31 | 14.37 | 68.19 | - |
| YUV | 84.14 | 203.54 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 218 | 1 | 0.54 | 0 | 0.15 | 212.2 | 1 | 0.43 |
| Hex | 0 | 65 | DA | 64 | 36 | 0 | F | D4 | 64 | 2B |
| Octal | 0 | 145 | 332 | 144 | 66 | 0 | 17 | 324 | 144 | 53 |
| Binary | 0 | 1100101 | 11011010 | 1100100 | 110110 | 0 | 1111 | 11010100 | 1100100 | 101011 |
Color Harmonies of #0065DA
Complementary color
Monochromatic Colors of #0065DA
Black with #0065DA
Text Example
Text Example
White with #0065DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0065DA; }
p { color: rgb(0,101,218); }
H1.HeaderClassName
{
color: #0065DA;
}
.AnyTagClassName
{
color: #0065DA;
}
</style>
background-color css
<style>
a { background-color: #0065DA; }
a { background-color: rgb(0,101,218); }
div.DivClassName
{
background-color: #0065DA;
}
.BgClassName
{
background-color: #0065DA;
}
</style>
border-color css
<style>
span { border-color: #0065DA; }
span { border-color: rgb(0,101,218); }
td.TdClassName
{
border-color: #0065DA;
}
.TagClassName
{
border-color: #0065DA;
}
</style>