Shades of Navy Blue #0165FE
Tints of Navy Blue #0165FE
RGB
CMYK
RGB Variations
Color information
#0165FE (or 0x0165FE) is known color: Navy Blue. HEX triplet: 01, 65 and FE. RGB value is (1,101,254). Sum of RGB (Red+Green+Blue) = 1+101+254=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #0165FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0165FE is #FE9A01. Grayscale: #575757. Windows color (decimal): -16685570 or 16672001. OLE color: 16672001.
HSL color Cylindrical-coordinate representation of color #0165FE: hue angle of 216.28º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0165FE is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 101 | 254 | - |
| CMYK | 1.00 | 0.60 | 0 | 0.00 |
| HSL | 216.28º | 0.99% | 0.5% | - |
| HSV(B) | 216.28º | 1% | 1% | - |
| XYZ | 22.56 | 16.47 | 95.76 | - |
| YUV | 88.54 | 221.37 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 254 | 1.00 | 0.60 | 0 | 0.00 | 216.28 | 0.99 | 0.5 |
| Hex | 1 | 65 | FE | 64 | 3C | 0 | 0 | D8 | 63 | 32 |
| Octal | 1 | 145 | 376 | 144 | 74 | 0 | 0 | 330 | 143 | 62 |
| Binary | 1 | 1100101 | 11111110 | 1100100 | 111100 | 0 | 0 | 11011000 | 1100011 | 110010 |
Color Harmonies of #0165FE
Complementary color
Monochromatic Colors of #0165FE
Black with #0165FE
Text Example
Text Example
White with #0165FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165FE; }
p { color: rgb(1,101,254); }
H1.HeaderClassName
{
color: #0165FE;
}
.AnyTagClassName
{
color: #0165FE;
}
</style>
background-color css
<style>
a { background-color: #0165FE; }
a { background-color: rgb(1,101,254); }
div.DivClassName
{
background-color: #0165FE;
}
.BgClassName
{
background-color: #0165FE;
}
</style>
border-color css
<style>
span { border-color: #0165FE; }
span { border-color: rgb(1,101,254); }
td.TdClassName
{
border-color: #0165FE;
}
.TagClassName
{
border-color: #0165FE;
}
</style>