Html Css Color HEX #165DA6 Denim

📋 copy color: '#165DA6'

red 22 ◦ green 93 ◦ blue 166

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

Shades of Denim #165DA6

Tints of Denim #165DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 59.07%

R = 7.83%
G = 33.1%
B = 59.07%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#165DA6 (or 0x165DA6) is known color: Denim. HEX triplet: 16, 5D and A6. RGB value is (22,93,166). Sum of RGB (Red+Green+Blue) = 22+93+166=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 166 (65.23% from 255 or 59.07% from 281); Max value from RGB is 166 - color contains mainly: blue. Hex color #165DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165DA6 is #E9A259. Grayscale: #4F4F4F. Windows color (decimal): -15311450 or 10902806. OLE color: 10902806.

HSL color Cylindrical-coordinate representation of color #165DA6: hue angle of 210.42º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #165DA6 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 22 93 166 -
CMYK 0.87 0.44 0 0.35
HSL 210.42º 0.77% 0.37% -
HSV(B) 210.42º 0.87% 0.65% -
XYZ 11.13 10.75 37.57 -
YUV 80.09 176.48 86.56 -
System Red Green Blue C M Y K H S L
Decimal 22 93 166 0.87 0.44 0 0.35 210.42 0.77 0.37
Hex 16 5D A6 57 2C 0 23 D2 4D 25
Octal 26 135 246 127 54 0 43 322 115 45
Binary 10110 1011101 10100110 1010111 101100 0 100011 11010010 1001101 100101

Color Harmonies of #165DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DA6

Black with #165DA6

Text Example


Text Example

White with #165DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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