#165FAE

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

Shades of Denim #165FAE

Tints of Denim #165FAE

Color information

#165FAE (or 0x165FAE) is unknown color: approx Denim. HEX triplet: 16, 5F and AE. RGB value is (22,95,174). Sum of RGB (Red+Green+Blue) = 22+95+174=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #165FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165FAE is #E9A051. Grayscale: #515151. Windows color (decimal): -15310930 or 11427606. OLE color: 11427606.

HSL color Cylindrical-coordinate representation of color #165FAE: hue angle of 211.18º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #165FAE is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2295174-
CMYK0.870.4500.32
HSL211.18º77.55%38.43%-
HSV(B)211.18º87.36%68.24%-
XYZ12.0611.4141.61-
YUV82.18179.8285.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.56%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=7.56%
G=32.65%
B=59.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal22951740.870.4500.32211.1877.5538.43
Hex165FAE572D020d34e26
Octal261372561275504032311646
Binary1011010111111010111010101111011010100000110100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,95,174); }

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

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

 a { background-color: rgb(22,95,174); }

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

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

 span { border-color: rgb(22,95,174); }

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