Shades of Navy Blue #0165EA
Tints of Navy Blue #0165EA
RGB
CMYK
RGB Variations
Color information
#0165EA (or 0x0165EA) is known color: Navy Blue. HEX triplet: 01, 65 and EA. RGB value is (1,101,234). Sum of RGB (Red+Green+Blue) = 1+101+234=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #0165EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0165EA is #FE9A15. Grayscale: #555555. Windows color (decimal): -16685590 or 15361281. OLE color: 15361281.
HSL color Cylindrical-coordinate representation of color #0165EA: hue angle of 214.25º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0165EA is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 101 | 234 | - |
| CMYK | 1.00 | 0.57 | 0 | 0.08 |
| HSL | 214.25º | 0.99% | 0.46% | - |
| HSV(B) | 214.25º | 1% | 0.92% | - |
| XYZ | 19.52 | 15.25 | 79.76 | - |
| YUV | 86.26 | 211.37 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 234 | 1.00 | 0.57 | 0 | 0.08 | 214.25 | 0.99 | 0.46 |
| Hex | 1 | 65 | EA | 64 | 39 | 0 | 8 | D6 | 63 | 2E |
| Octal | 1 | 145 | 352 | 144 | 71 | 0 | 10 | 326 | 143 | 56 |
| Binary | 1 | 1100101 | 11101010 | 1100100 | 111001 | 0 | 1000 | 11010110 | 1100011 | 101110 |
Color Harmonies of #0165EA
Complementary color
Monochromatic Colors of #0165EA
Black with #0165EA
Text Example
Text Example
White with #0165EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165EA; }
p { color: rgb(1,101,234); }
H1.HeaderClassName
{
color: #0165EA;
}
.AnyTagClassName
{
color: #0165EA;
}
</style>
background-color css
<style>
a { background-color: #0165EA; }
a { background-color: rgb(1,101,234); }
div.DivClassName
{
background-color: #0165EA;
}
.BgClassName
{
background-color: #0165EA;
}
</style>
border-color css
<style>
span { border-color: #0165EA; }
span { border-color: rgb(1,101,234); }
td.TdClassName
{
border-color: #0165EA;
}
.TagClassName
{
border-color: #0165EA;
}
</style>