Shades of Navy Blue #165ADC
Tints of Navy Blue #165ADC
RGB
CMYK
RGB Variations
Color information
#165ADC (or 0x165ADC) is known color: Navy Blue. HEX triplet: 16, 5A and DC. RGB value is (22,90,220). Sum of RGB (Red+Green+Blue) = 22+90+220=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #165ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ADC is #E9A523. Grayscale: #535353. Windows color (decimal): -15312164 or 14440982. OLE color: 14440982.
HSL color Cylindrical-coordinate representation of color #165ADC: hue angle of 219.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165ADC is Cyan = 0.9, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 90 | 220 | - |
| CMYK | 0.9 | 0.59 | 0 | 0.14 |
| HSL | 219.39º | 0.82% | 0.47% | - |
| HSV(B) | 219.39º | 0.9% | 0.86% | - |
| XYZ | 16.91 | 12.65 | 69.26 | - |
| YUV | 84.49 | 204.47 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 220 | 0.9 | 0.59 | 0 | 0.14 | 219.39 | 0.82 | 0.47 |
| Hex | 16 | 5A | DC | 5A | 3B | 0 | E | DB | 52 | 2F |
| Octal | 26 | 132 | 334 | 132 | 73 | 0 | 16 | 333 | 122 | 57 |
| Binary | 10110 | 1011010 | 11011100 | 1011010 | 111011 | 0 | 1110 | 11011011 | 1010010 | 101111 |
Color Harmonies of #165ADC
Complementary color
Monochromatic Colors of #165ADC
Black with #165ADC
Text Example
Text Example
White with #165ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165ADC; }
p { color: rgb(22,90,220); }
H1.HeaderClassName
{
color: #165ADC;
}
.AnyTagClassName
{
color: #165ADC;
}
</style>
background-color css
<style>
a { background-color: #165ADC; }
a { background-color: rgb(22,90,220); }
div.DivClassName
{
background-color: #165ADC;
}
.BgClassName
{
background-color: #165ADC;
}
</style>
border-color css
<style>
span { border-color: #165ADC; }
span { border-color: rgb(22,90,220); }
td.TdClassName
{
border-color: #165ADC;
}
.TagClassName
{
border-color: #165ADC;
}
</style>