Shades of Navy Blue #0165F2
Tints of Navy Blue #0165F2
RGB
CMYK
RGB Variations
Color information
#0165F2 (or 0x0165F2) is known color: Navy Blue. HEX triplet: 01, 65 and F2. RGB value is (1,101,242). Sum of RGB (Red+Green+Blue) = 1+101+242=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 242 (94.92% from 255 or 70.35% from 344); Max value from RGB is 242 - color contains mainly: blue. Hex color #0165F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0165F2 is #FE9A0D. Grayscale: #565656. Windows color (decimal): -16685582 or 15885569. OLE color: 15885569.
HSL color Cylindrical-coordinate representation of color #0165F2: hue angle of 215.1º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0165F2 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 101 | 242 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.05 |
| HSL | 215.1º | 0.99% | 0.48% | - |
| HSV(B) | 215.1º | 1% | 0.95% | - |
| XYZ | 20.69 | 15.72 | 85.95 | - |
| YUV | 87.17 | 215.37 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 242 | 1.00 | 0.58 | 0 | 0.05 | 215.1 | 0.99 | 0.48 |
| Hex | 1 | 65 | F2 | 64 | 3A | 0 | 5 | D7 | 63 | 30 |
| Octal | 1 | 145 | 362 | 144 | 72 | 0 | 5 | 327 | 143 | 60 |
| Binary | 1 | 1100101 | 11110010 | 1100100 | 111010 | 0 | 101 | 11010111 | 1100011 | 110000 |
Color Harmonies of #0165F2
Complementary color
Monochromatic Colors of #0165F2
Black with #0165F2
Text Example
Text Example
White with #0165F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165F2; }
p { color: rgb(1,101,242); }
H1.HeaderClassName
{
color: #0165F2;
}
.AnyTagClassName
{
color: #0165F2;
}
</style>
background-color css
<style>
a { background-color: #0165F2; }
a { background-color: rgb(1,101,242); }
div.DivClassName
{
background-color: #0165F2;
}
.BgClassName
{
background-color: #0165F2;
}
</style>
border-color css
<style>
span { border-color: #0165F2; }
span { border-color: rgb(1,101,242); }
td.TdClassName
{
border-color: #0165F2;
}
.TagClassName
{
border-color: #0165F2;
}
</style>