Html Css Color HEX #165AAE Denim

📋 copy color: '#165AAE'

red 22 ◦ green 90 ◦ blue 174

#165AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #165AAE

Tints of Denim #165AAE

RGB

 RED value IS 22 (8.98% from 255) = 7.69%

 GREEN value IS 90 (35.55% from 255) = 31.47%

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 7.69%
G = 31.47%
B = 60.84%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#165AAE (or 0x165AAE) is known color: Denim. HEX triplet: 16, 5A and AE. RGB value is (22,90,174). Sum of RGB (Red+Green+Blue) = 22+90+174=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #165AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165AAE is #E9A551. Grayscale: #4E4E4E. Windows color (decimal): -15312210 or 11426326. OLE color: 11426326.

HSL color Cylindrical-coordinate representation of color #165AAE: hue angle of 213.16º 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 #165AAE is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 90 174 -
CMYK 0.87 0.48 0 0.32
HSL 213.16º 0.78% 0.38% -
HSV(B) 213.16º 0.87% 0.68% -
XYZ 11.63 10.54 41.47 -
YUV 79.24 181.47 87.17 -
System Red Green Blue C M Y K H S L
Decimal 22 90 174 0.87 0.48 0 0.32 213.16 0.78 0.38
Hex 16 5A AE 57 30 0 20 D5 4E 26
Octal 26 132 256 127 60 0 40 325 116 46
Binary 10110 1011010 10101110 1010111 110000 0 100000 11010101 1001110 100110

Color Harmonies of #165AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165AAE

Black with #165AAE

Text Example


Text Example

White with #165AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #165AAE;
 }
 .AnyTagClassName
 {
   color: #165AAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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