Html Css Color HEX #165AAD Denim

📋 copy color: '#165AAD'

red 22 ◦ green 90 ◦ blue 173

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

Shades of Denim #165AAD

Tints of Denim #165AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.7%

R = 7.72%
G = 31.58%
B = 60.7%

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

#165AAD (or 0x165AAD) is known color: Denim. HEX triplet: 16, 5A and AD. RGB value is (22,90,173). Sum of RGB (Red+Green+Blue) = 22+90+173=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #165AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165AAD is #E9A552. Grayscale: #4E4E4E. Windows color (decimal): -15312211 or 11360790. OLE color: 11360790.

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

Color convert

RGB 22 90 173 -
CMYK 0.87 0.48 0 0.32
HSL 212.98º 0.77% 0.38% -
HSV(B) 212.98º 0.87% 0.68% -
XYZ 11.53 10.5 40.95 -
YUV 79.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 22 90 173 0.87 0.48 0 0.32 212.98 0.77 0.38
Hex 16 5A AD 57 30 0 20 D5 4D 26
Octal 26 132 255 127 60 0 40 325 115 46
Binary 10110 1011010 10101101 1010111 110000 0 100000 11010101 1001101 100110

Color Harmonies of #165AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165AAD

Black with #165AAD

Text Example


Text Example

White with #165AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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