Shades of Navy Blue #0165DD
Tints of Navy Blue #0165DD
RGB
CMYK
RGB Variations
Color information
#0165DD (or 0x0165DD) is known color: Navy Blue. HEX triplet: 01, 65 and DD. RGB value is (1,101,221). Sum of RGB (Red+Green+Blue) = 1+101+221=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #0165DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0165DD is #FE9A22. Grayscale: #545454. Windows color (decimal): -16685603 or 14509313. OLE color: 14509313.
HSL color Cylindrical-coordinate representation of color #0165DD: hue angle of 212.73º 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 #0165DD is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 101 | 221 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.13 |
| HSL | 212.73º | 0.99% | 0.44% | - |
| HSV(B) | 212.73º | 1% | 0.87% | - |
| XYZ | 17.72 | 14.53 | 70.28 | - |
| YUV | 84.78 | 204.87 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 221 | 1.00 | 0.54 | 0 | 0.13 | 212.73 | 0.99 | 0.44 |
| Hex | 1 | 65 | DD | 64 | 36 | 0 | D | D5 | 63 | 2C |
| Octal | 1 | 145 | 335 | 144 | 66 | 0 | 15 | 325 | 143 | 54 |
| Binary | 1 | 1100101 | 11011101 | 1100100 | 110110 | 0 | 1101 | 11010101 | 1100011 | 101100 |
Color Harmonies of #0165DD
Complementary color
Monochromatic Colors of #0165DD
Black with #0165DD
Text Example
Text Example
White with #0165DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165DD; }
p { color: rgb(1,101,221); }
H1.HeaderClassName
{
color: #0165DD;
}
.AnyTagClassName
{
color: #0165DD;
}
</style>
background-color css
<style>
a { background-color: #0165DD; }
a { background-color: rgb(1,101,221); }
div.DivClassName
{
background-color: #0165DD;
}
.BgClassName
{
background-color: #0165DD;
}
</style>
border-color css
<style>
span { border-color: #0165DD; }
span { border-color: rgb(1,101,221); }
td.TdClassName
{
border-color: #0165DD;
}
.TagClassName
{
border-color: #0165DD;
}
</style>