Html Css Color HEX #165BAC Denim

📋 copy color: '#165BAC'

red 22 ◦ green 91 ◦ blue 172

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

Shades of Denim #165BAC

Tints of Denim #165BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.93%

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 7.72%
G = 31.93%
B = 60.35%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#165BAC (or 0x165BAC) is known color: Denim. HEX triplet: 16, 5B and AC. RGB value is (22,91,172). Sum of RGB (Red+Green+Blue) = 22+91+172=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #165BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165BAC is #E9A453. Grayscale: #4F4F4F. Windows color (decimal): -15311956 or 11295510. OLE color: 11295510.

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

Color convert

RGB 22 91 172 -
CMYK 0.87 0.47 0 0.33
HSL 212.4º 0.77% 0.38% -
HSV(B) 212.4º 0.87% 0.67% -
XYZ 11.52 10.63 40.47 -
YUV 79.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 22 91 172 0.87 0.47 0 0.33 212.4 0.77 0.38
Hex 16 5B AC 57 2F 0 21 D4 4D 26
Octal 26 133 254 127 57 0 41 324 115 46
Binary 10110 1011011 10101100 1010111 101111 0 100001 11010100 1001101 100110

Color Harmonies of #165BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165BAC

Black with #165BAC

Text Example


Text Example

White with #165BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,91,172); }

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

background-color css

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

 a { background-color: rgb(22,91,172); }

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

border-color css

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

 span { border-color: rgb(22,91,172); }

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