Shades of Navy Blue #0165FC
Tints of Navy Blue #0165FC
RGB
CMYK
RGB Variations
Color information
#0165FC (or 0x0165FC) is known color: Navy Blue. HEX triplet: 01, 65 and FC. RGB value is (1,101,252). Sum of RGB (Red+Green+Blue) = 1+101+252=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #0165FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0165FC is #FE9A03. Grayscale: #575757. Windows color (decimal): -16685572 or 16540929. OLE color: 16540929.
HSL color Cylindrical-coordinate representation of color #0165FC: hue angle of 216.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0165FC is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 101 | 252 | - |
| CMYK | 1.00 | 0.60 | 0 | 0.01 |
| HSL | 216.1º | 0.99% | 0.5% | - |
| HSV(B) | 216.1º | 1% | 0.99% | - |
| XYZ | 22.24 | 16.34 | 94.08 | - |
| YUV | 88.31 | 220.37 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 252 | 1.00 | 0.60 | 0 | 0.01 | 216.1 | 0.99 | 0.5 |
| Hex | 1 | 65 | FC | 64 | 3C | 0 | 1 | D8 | 63 | 32 |
| Octal | 1 | 145 | 374 | 144 | 74 | 0 | 1 | 330 | 143 | 62 |
| Binary | 1 | 1100101 | 11111100 | 1100100 | 111100 | 0 | 1 | 11011000 | 1100011 | 110010 |
Color Harmonies of #0165FC
Complementary color
Monochromatic Colors of #0165FC
Black with #0165FC
Text Example
Text Example
White with #0165FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165FC; }
p { color: rgb(1,101,252); }
H1.HeaderClassName
{
color: #0165FC;
}
.AnyTagClassName
{
color: #0165FC;
}
</style>
background-color css
<style>
a { background-color: #0165FC; }
a { background-color: rgb(1,101,252); }
div.DivClassName
{
background-color: #0165FC;
}
.BgClassName
{
background-color: #0165FC;
}
</style>
border-color css
<style>
span { border-color: #0165FC; }
span { border-color: rgb(1,101,252); }
td.TdClassName
{
border-color: #0165FC;
}
.TagClassName
{
border-color: #0165FC;
}
</style>