Shades of Navy Blue #165FEA
Tints of Navy Blue #165FEA
RGB
CMYK
RGB Variations
Color information
#165FEA (or 0x165FEA) is known color: Navy Blue. HEX triplet: 16, 5F and EA. RGB value is (22,95,234). Sum of RGB (Red+Green+Blue) = 22+95+234=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #165FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165FEA is #E9A015. Grayscale: #585858. Windows color (decimal): -15310870 or 15359766. OLE color: 15359766.
HSL color Cylindrical-coordinate representation of color #165FEA: hue angle of 219.34º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165FEA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 95 | 234 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.08 |
| HSL | 219.34º | 0.83% | 0.5% | - |
| HSV(B) | 219.34º | 0.91% | 0.92% | - |
| XYZ | 19.27 | 14.3 | 79.59 | - |
| YUV | 89.02 | 209.82 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 234 | 0.91 | 0.59 | 0 | 0.08 | 219.34 | 0.83 | 0.5 |
| Hex | 16 | 5F | EA | 5B | 3B | 0 | 8 | DB | 53 | 32 |
| Octal | 26 | 137 | 352 | 133 | 73 | 0 | 10 | 333 | 123 | 62 |
| Binary | 10110 | 1011111 | 11101010 | 1011011 | 111011 | 0 | 1000 | 11011011 | 1010011 | 110010 |
Color Harmonies of #165FEA
Complementary color
Monochromatic Colors of #165FEA
Black with #165FEA
Text Example
Text Example
White with #165FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165FEA; }
p { color: rgb(22,95,234); }
H1.HeaderClassName
{
color: #165FEA;
}
.AnyTagClassName
{
color: #165FEA;
}
</style>
background-color css
<style>
a { background-color: #165FEA; }
a { background-color: rgb(22,95,234); }
div.DivClassName
{
background-color: #165FEA;
}
.BgClassName
{
background-color: #165FEA;
}
</style>
border-color css
<style>
span { border-color: #165FEA; }
span { border-color: rgb(22,95,234); }
td.TdClassName
{
border-color: #165FEA;
}
.TagClassName
{
border-color: #165FEA;
}
</style>