Html Css Color HEX #165AB4 Denim

📋 copy color: '#165AB4'

red 22 ◦ green 90 ◦ blue 180

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

Shades of Denim #165AB4

Tints of Denim #165AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.64%

R = 7.53%
G = 30.82%
B = 61.64%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#165AB4 (or 0x165AB4) is known color: Denim. HEX triplet: 16, 5A and B4. RGB value is (22,90,180). Sum of RGB (Red+Green+Blue) = 22+90+180=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 180 (70.70% from 255 or 61.64% from 292); Max value from RGB is 180 - color contains mainly: blue. Hex color #165AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165AB4 is #E9A54B. Grayscale: #4F4F4F. Windows color (decimal): -15312204 or 11819542. OLE color: 11819542.

HSL color Cylindrical-coordinate representation of color #165AB4: hue angle of 214.18º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165AB4 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 22 90 180 -
CMYK 0.88 0.50 0 0.29
HSL 214.18º 0.78% 0.4% -
HSV(B) 214.18º 0.88% 0.71% -
XYZ 12.23 10.78 44.62 -
YUV 79.93 184.47 86.68 -
System Red Green Blue C M Y K H S L
Decimal 22 90 180 0.88 0.50 0 0.29 214.18 0.78 0.4
Hex 16 5A B4 58 32 0 1D D6 4E 28
Octal 26 132 264 130 62 0 35 326 116 50
Binary 10110 1011010 10110100 1011000 110010 0 11101 11010110 1001110 101000

Color Harmonies of #165AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165AB4

Black with #165AB4

Text Example


Text Example

White with #165AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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