Shades of Navy Blue #0065F9
Tints of Navy Blue #0065F9
RGB
CMYK
RGB Variations
Color information
#0065F9 (or 0x0065F9) is known color: Navy Blue. HEX triplet: 00, 65 and F9. RGB value is (0,101,249). Sum of RGB (Red+Green+Blue) = 0+101+249=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 249 (97.66% from 255 or 71.14% from 350); Max value from RGB is 249 - color contains mainly: blue. Hex color #0065F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0065F9 is #FF9A06. Grayscale: #565656. Windows color (decimal): -16751111 or 16344320. OLE color: 16344320.
HSL color Cylindrical-coordinate representation of color #0065F9: hue angle of 215.66º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065F9 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 101 | 249 | - |
| CMYK | 1 | 0.59 | 0 | 0.02 |
| HSL | 215.66º | 1% | 0.49% | - |
| HSV(B) | 215.66º | 1% | 0.98% | - |
| XYZ | 21.75 | 16.15 | 91.59 | - |
| YUV | 87.67 | 219.04 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 249 | 1 | 0.59 | 0 | 0.02 | 215.66 | 1 | 0.49 |
| Hex | 0 | 65 | F9 | 64 | 3B | 0 | 2 | D8 | 64 | 31 |
| Octal | 0 | 145 | 371 | 144 | 73 | 0 | 2 | 330 | 144 | 61 |
| Binary | 0 | 1100101 | 11111001 | 1100100 | 111011 | 0 | 10 | 11011000 | 1100100 | 110001 |
Color Harmonies of #0065F9
Complementary color
Monochromatic Colors of #0065F9
Black with #0065F9
Text Example
Text Example
White with #0065F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0065F9; }
p { color: rgb(0,101,249); }
H1.HeaderClassName
{
color: #0065F9;
}
.AnyTagClassName
{
color: #0065F9;
}
</style>
background-color css
<style>
a { background-color: #0065F9; }
a { background-color: rgb(0,101,249); }
div.DivClassName
{
background-color: #0065F9;
}
.BgClassName
{
background-color: #0065F9;
}
</style>
border-color css
<style>
span { border-color: #0065F9; }
span { border-color: rgb(0,101,249); }
td.TdClassName
{
border-color: #0065F9;
}
.TagClassName
{
border-color: #0065F9;
}
</style>