Html Css Color HEX #165DAE Denim

📋 copy color: '#165DAE'

red 22 ◦ green 93 ◦ blue 174

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

Shades of Denim #165DAE

Tints of Denim #165DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.18%

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

R = 7.61%
G = 32.18%
B = 60.21%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#165DAE (or 0x165DAE) is known color: Denim. HEX triplet: 16, 5D and AE. RGB value is (22,93,174). Sum of RGB (Red+Green+Blue) = 22+93+174=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #165DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165DAE is #E9A251. Grayscale: #505050. Windows color (decimal): -15311442 or 11427094. OLE color: 11427094.

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

Color convert

RGB 22 93 174 -
CMYK 0.87 0.47 0 0.32
HSL 211.97º 0.78% 0.38% -
HSV(B) 211.97º 0.87% 0.68% -
XYZ 11.89 11.06 41.55 -
YUV 81.01 180.48 85.91 -
System Red Green Blue C M Y K H S L
Decimal 22 93 174 0.87 0.47 0 0.32 211.97 0.78 0.38
Hex 16 5D AE 57 2F 0 20 D4 4E 26
Octal 26 135 256 127 57 0 40 324 116 46
Binary 10110 1011101 10101110 1010111 101111 0 100000 11010100 1001110 100110

Color Harmonies of #165DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DAE

Black with #165DAE

Text Example


Text Example

White with #165DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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