Shades of Navy Blue #0165BD
Tints of Navy Blue #0165BD
RGB
CMYK
RGB Variations
Color information
#0165BD (or 0x0165BD) is known color: Navy Blue. HEX triplet: 01, 65 and BD. RGB value is (1,101,189). Sum of RGB (Red+Green+Blue) = 1+101+189=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #0165BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0165BD is #FE9A42. Grayscale: #505050. Windows color (decimal): -16685635 or 12412161. OLE color: 12412161.
HSL color Cylindrical-coordinate representation of color #0165BD: hue angle of 208.09º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0165BD is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 101 | 189 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.26 |
| HSL | 208.09º | 0.99% | 0.37% | - |
| HSV(B) | 208.09º | 0.99% | 0.74% | - |
| XYZ | 13.85 | 12.99 | 49.92 | - |
| YUV | 81.13 | 188.87 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 189 | 0.99 | 0.47 | 0 | 0.26 | 208.09 | 0.99 | 0.37 |
| Hex | 1 | 65 | BD | 63 | 2F | 0 | 1A | D0 | 63 | 25 |
| Octal | 1 | 145 | 275 | 143 | 57 | 0 | 32 | 320 | 143 | 45 |
| Binary | 1 | 1100101 | 10111101 | 1100011 | 101111 | 0 | 11010 | 11010000 | 1100011 | 100101 |
Color Harmonies of #0165BD
Complementary color
Monochromatic Colors of #0165BD
Black with #0165BD
Text Example
Text Example
White with #0165BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165BD; }
p { color: rgb(1,101,189); }
H1.HeaderClassName
{
color: #0165BD;
}
.AnyTagClassName
{
color: #0165BD;
}
</style>
background-color css
<style>
a { background-color: #0165BD; }
a { background-color: rgb(1,101,189); }
div.DivClassName
{
background-color: #0165BD;
}
.BgClassName
{
background-color: #0165BD;
}
</style>
border-color css
<style>
span { border-color: #0165BD; }
span { border-color: rgb(1,101,189); }
td.TdClassName
{
border-color: #0165BD;
}
.TagClassName
{
border-color: #0165BD;
}
</style>