Html Css Color HEX #165ABE Denim

📋 copy color: '#165ABE'

red 22 ◦ green 90 ◦ blue 190

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

Shades of Denim #165ABE

Tints of Denim #165ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.91%

R = 7.28%
G = 29.8%
B = 62.91%

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

#165ABE (or 0x165ABE) is known color: Denim. HEX triplet: 16, 5A and BE. RGB value is (22,90,190). Sum of RGB (Red+Green+Blue) = 22+90+190=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #165ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ABE is #E9A541. Grayscale: #505050. Windows color (decimal): -15312194 or 12474902. OLE color: 12474902.

HSL color Cylindrical-coordinate representation of color #165ABE: hue angle of 215.71º 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 #165ABE is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 90 190 -
CMYK 0.88 0.53 0 0.25
HSL 215.71º 0.79% 0.42% -
HSV(B) 215.71º 0.88% 0.75% -
XYZ 13.28 11.2 50.18 -
YUV 81.07 189.47 85.87 -
System Red Green Blue C M Y K H S L
Decimal 22 90 190 0.88 0.53 0 0.25 215.71 0.79 0.42
Hex 16 5A BE 58 35 0 19 D8 4F 2A
Octal 26 132 276 130 65 0 31 330 117 52
Binary 10110 1011010 10111110 1011000 110101 0 11001 11011000 1001111 101010

Color Harmonies of #165ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165ABE

Black with #165ABE

Text Example


Text Example

White with #165ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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