Html Css Color HEX #165CAB Denim

📋 copy color: '#165CAB'

red 22 ◦ green 92 ◦ blue 171

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

Shades of Denim #165CAB

Tints of Denim #165CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 171 (67.19% from 255) = 60%

R = 7.72%
G = 32.28%
B = 60%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#165CAB (or 0x165CAB) is known color: Denim. HEX triplet: 16, 5C and AB. RGB value is (22,92,171). Sum of RGB (Red+Green+Blue) = 22+92+171=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #165CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165CAB is #E9A354. Grayscale: #4F4F4F. Windows color (decimal): -15311701 or 11230230. OLE color: 11230230.

HSL color Cylindrical-coordinate representation of color #165CAB: hue angle of 211.81º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #165CAB is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 92 171 -
CMYK 0.87 0.46 0 0.33
HSL 211.81º 0.77% 0.38% -
HSV(B) 211.81º 0.87% 0.67% -
XYZ 11.51 10.77 40 -
YUV 80.08 179.31 86.58 -
System Red Green Blue C M Y K H S L
Decimal 22 92 171 0.87 0.46 0 0.33 211.81 0.77 0.38
Hex 16 5C AB 57 2E 0 21 D4 4D 26
Octal 26 134 253 127 56 0 41 324 115 46
Binary 10110 1011100 10101011 1010111 101110 0 100001 11010100 1001101 100110

Color Harmonies of #165CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165CAB

Black with #165CAB

Text Example


Text Example

White with #165CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,92,171); }

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

background-color css

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

 a { background-color: rgb(22,92,171); }

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

border-color css

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

 span { border-color: rgb(22,92,171); }

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