Html Css Color HEX #165ABF Denim

📋 copy color: '#165ABF'

red 22 ◦ green 90 ◦ blue 191

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

Shades of Denim #165ABF

Tints of Denim #165ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.04%

R = 7.26%
G = 29.7%
B = 63.04%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#165ABF (or 0x165ABF) is known color: Denim. HEX triplet: 16, 5A and BF. RGB value is (22,90,191). Sum of RGB (Red+Green+Blue) = 22+90+191=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #165ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ABF is #E9A540. Grayscale: #505050. Windows color (decimal): -15312193 or 12540438. OLE color: 12540438.

HSL color Cylindrical-coordinate representation of color #165ABF: hue angle of 215.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165ABF is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 90 191 -
CMYK 0.88 0.53 0 0.25
HSL 215.86º 0.79% 0.42% -
HSV(B) 215.86º 0.88% 0.75% -
XYZ 13.39 11.24 50.75 -
YUV 81.18 189.97 85.79 -
System Red Green Blue C M Y K H S L
Decimal 22 90 191 0.88 0.53 0 0.25 215.86 0.79 0.42
Hex 16 5A BF 58 35 0 19 D8 4F 2A
Octal 26 132 277 130 65 0 31 330 117 52
Binary 10110 1011010 10111111 1011000 110101 0 11001 11011000 1001111 101010

Color Harmonies of #165ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165ABF

Black with #165ABF

Text Example


Text Example

White with #165ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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