Shades of Navy Blue #0165DF
Tints of Navy Blue #0165DF
RGB
CMYK
RGB Variations
Color information
#0165DF (or 0x0165DF) is known color: Navy Blue. HEX triplet: 01, 65 and DF. RGB value is (1,101,223). Sum of RGB (Red+Green+Blue) = 1+101+223=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #0165DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0165DF is #FE9A20. Grayscale: #545454. Windows color (decimal): -16685601 or 14640385. OLE color: 14640385.
HSL color Cylindrical-coordinate representation of color #0165DF: hue angle of 212.97º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0165DF is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 101 | 223 | - |
| CMYK | 1.00 | 0.55 | 0 | 0.13 |
| HSL | 212.97º | 0.99% | 0.44% | - |
| HSV(B) | 212.97º | 1% | 0.87% | - |
| XYZ | 17.99 | 14.64 | 71.69 | - |
| YUV | 85.01 | 205.87 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 223 | 1.00 | 0.55 | 0 | 0.13 | 212.97 | 0.99 | 0.44 |
| Hex | 1 | 65 | DF | 64 | 37 | 0 | D | D5 | 63 | 2C |
| Octal | 1 | 145 | 337 | 144 | 67 | 0 | 15 | 325 | 143 | 54 |
| Binary | 1 | 1100101 | 11011111 | 1100100 | 110111 | 0 | 1101 | 11010101 | 1100011 | 101100 |
Color Harmonies of #0165DF
Complementary color
Monochromatic Colors of #0165DF
Black with #0165DF
Text Example
Text Example
White with #0165DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165DF; }
p { color: rgb(1,101,223); }
H1.HeaderClassName
{
color: #0165DF;
}
.AnyTagClassName
{
color: #0165DF;
}
</style>
background-color css
<style>
a { background-color: #0165DF; }
a { background-color: rgb(1,101,223); }
div.DivClassName
{
background-color: #0165DF;
}
.BgClassName
{
background-color: #0165DF;
}
</style>
border-color css
<style>
span { border-color: #0165DF; }
span { border-color: rgb(1,101,223); }
td.TdClassName
{
border-color: #0165DF;
}
.TagClassName
{
border-color: #0165DF;
}
</style>