Shades of Navy Blue #0165EF
Tints of Navy Blue #0165EF
RGB
CMYK
RGB Variations
Color information
#0165EF (or 0x0165EF) is known color: Navy Blue. HEX triplet: 01, 65 and EF. RGB value is (1,101,239). Sum of RGB (Red+Green+Blue) = 1+101+239=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #0165EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0165EF is #FE9A10. Grayscale: #565656. Windows color (decimal): -16685585 or 15688961. OLE color: 15688961.
HSL color Cylindrical-coordinate representation of color #0165EF: hue angle of 214.79º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0165EF is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 101 | 239 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.06 |
| HSL | 214.79º | 0.99% | 0.47% | - |
| HSV(B) | 214.79º | 1% | 0.94% | - |
| XYZ | 20.25 | 15.55 | 83.59 | - |
| YUV | 86.83 | 213.87 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 239 | 1.00 | 0.58 | 0 | 0.06 | 214.79 | 0.99 | 0.47 |
| Hex | 1 | 65 | EF | 64 | 3A | 0 | 6 | D7 | 63 | 2F |
| Octal | 1 | 145 | 357 | 144 | 72 | 0 | 6 | 327 | 143 | 57 |
| Binary | 1 | 1100101 | 11101111 | 1100100 | 111010 | 0 | 110 | 11010111 | 1100011 | 101111 |
Color Harmonies of #0165EF
Complementary color
Monochromatic Colors of #0165EF
Black with #0165EF
Text Example
Text Example
White with #0165EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165EF; }
p { color: rgb(1,101,239); }
H1.HeaderClassName
{
color: #0165EF;
}
.AnyTagClassName
{
color: #0165EF;
}
</style>
background-color css
<style>
a { background-color: #0165EF; }
a { background-color: rgb(1,101,239); }
div.DivClassName
{
background-color: #0165EF;
}
.BgClassName
{
background-color: #0165EF;
}
</style>
border-color css
<style>
span { border-color: #0165EF; }
span { border-color: rgb(1,101,239); }
td.TdClassName
{
border-color: #0165EF;
}
.TagClassName
{
border-color: #0165EF;
}
</style>