#165DE3

Color #165DE3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #165DE3

Tints of Navy Blue #165DE3

Color information

#165DE3 (or 0x165DE3) is unknown color: approx Navy Blue. HEX triplet: 16, 5D and E3. RGB value is (22,93,227). Sum of RGB (Red+Green+Blue) = 22+93+227=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 227 (89.06% from 255 or 66.37% from 342); Max value from RGB is 227 - color contains mainly: blue. Hex color #165DE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DE3 is #E9A21C. Grayscale: #565656. Windows color (decimal): -15311389 or 14900502. OLE color: 14900502.

HSL color Cylindrical-coordinate representation of color #165DE3: hue angle of 219.22º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165DE3 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2293227-
CMYK0.900.5900.11
HSL219.22º82.33%48.82%-
HSV(B)219.22º90.31%89.02%-
XYZ18.1113.5574.33-
YUV87.05206.9881.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 6.43%
GREEN value IS 93 (36.72% from 255) = 27.19%
BLUE value IS 227 (89.06% from 255) = 66.37%
R=6.43%
G=27.19%
B=66.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22932270.900.5900.11219.2282.3348.82
Hex165DE35A3B0Bdb5231
Octal261353431327301333312261
Binary10110101110111100011101101011101101011110110111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165DE3; }

 p { color: rgb(22,93,227); }

 H1.HeaderClassName
 {
   color: #165DE3;
 }
 .AnyTagClassName
 {
   color: #165DE3;
 }
</style>
background-color css

<style>
 a { background-color: #165DE3; }

 a { background-color: rgb(22,93,227); }

 div.DivClassName
 {
   background-color: #165DE3;
 }
 .BgClassName
 {
   background-color: #165DE3;
 }
</style>
border-color css

<style>
 span { border-color: #165DE3; }

 span { border-color: rgb(22,93,227); }

 td.TdClassName
 {
   border-color: #165DE3;
 }
 .TagClassName
 {
   border-color: #165DE3;
 }
</style>