Shades of Navy Blue #0165BF
Tints of Navy Blue #0165BF
RGB
CMYK
RGB Variations
Color information
#0165BF (or 0x0165BF) is known color: Navy Blue. HEX triplet: 01, 65 and BF. RGB value is (1,101,191). Sum of RGB (Red+Green+Blue) = 1+101+191=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #0165BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0165BF is #FE9A40. Grayscale: #505050. Windows color (decimal): -16685633 or 12543233. OLE color: 12543233.
HSL color Cylindrical-coordinate representation of color #0165BF: hue angle of 208.42º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0165BF is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 101 | 191 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.25 |
| HSL | 208.42º | 0.99% | 0.38% | - |
| HSV(B) | 208.42º | 0.99% | 0.75% | - |
| XYZ | 14.07 | 13.08 | 51.07 | - |
| YUV | 81.36 | 189.87 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 191 | 0.99 | 0.47 | 0 | 0.25 | 208.42 | 0.99 | 0.38 |
| Hex | 1 | 65 | BF | 63 | 2F | 0 | 19 | D0 | 63 | 26 |
| Octal | 1 | 145 | 277 | 143 | 57 | 0 | 31 | 320 | 143 | 46 |
| Binary | 1 | 1100101 | 10111111 | 1100011 | 101111 | 0 | 11001 | 11010000 | 1100011 | 100110 |
Color Harmonies of #0165BF
Complementary color
Monochromatic Colors of #0165BF
Black with #0165BF
Text Example
Text Example
White with #0165BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165BF; }
p { color: rgb(1,101,191); }
H1.HeaderClassName
{
color: #0165BF;
}
.AnyTagClassName
{
color: #0165BF;
}
</style>
background-color css
<style>
a { background-color: #0165BF; }
a { background-color: rgb(1,101,191); }
div.DivClassName
{
background-color: #0165BF;
}
.BgClassName
{
background-color: #0165BF;
}
</style>
border-color css
<style>
span { border-color: #0165BF; }
span { border-color: rgb(1,101,191); }
td.TdClassName
{
border-color: #0165BF;
}
.TagClassName
{
border-color: #0165BF;
}
</style>