Shades of Navy Blue #0165BB
Tints of Navy Blue #0165BB
RGB
CMYK
RGB Variations
Color information
#0165BB (or 0x0165BB) is known color: Navy Blue. HEX triplet: 01, 65 and BB. RGB value is (1,101,187). Sum of RGB (Red+Green+Blue) = 1+101+187=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #0165BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0165BB is #FE9A44. Grayscale: #505050. Windows color (decimal): -16685637 or 12281089. OLE color: 12281089.
HSL color Cylindrical-coordinate representation of color #0165BB: hue angle of 207.74º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0165BB is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 101 | 187 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.27 |
| HSL | 207.74º | 0.99% | 0.37% | - |
| HSV(B) | 207.74º | 0.99% | 0.73% | - |
| XYZ | 13.64 | 12.9 | 48.79 | - |
| YUV | 80.9 | 187.87 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 187 | 0.99 | 0.46 | 0 | 0.27 | 207.74 | 0.99 | 0.37 |
| Hex | 1 | 65 | BB | 63 | 2E | 0 | 1B | D0 | 63 | 25 |
| Octal | 1 | 145 | 273 | 143 | 56 | 0 | 33 | 320 | 143 | 45 |
| Binary | 1 | 1100101 | 10111011 | 1100011 | 101110 | 0 | 11011 | 11010000 | 1100011 | 100101 |
Color Harmonies of #0165BB
Complementary color
Monochromatic Colors of #0165BB
Black with #0165BB
Text Example
Text Example
White with #0165BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165BB; }
p { color: rgb(1,101,187); }
H1.HeaderClassName
{
color: #0165BB;
}
.AnyTagClassName
{
color: #0165BB;
}
</style>
background-color css
<style>
a { background-color: #0165BB; }
a { background-color: rgb(1,101,187); }
div.DivClassName
{
background-color: #0165BB;
}
.BgClassName
{
background-color: #0165BB;
}
</style>
border-color css
<style>
span { border-color: #0165BB; }
span { border-color: rgb(1,101,187); }
td.TdClassName
{
border-color: #0165BB;
}
.TagClassName
{
border-color: #0165BB;
}
</style>