Html Css Color HEX #165ACB Denim

📋 copy color: '#165ACB'

red 22 ◦ green 90 ◦ blue 203

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

Shades of Denim #165ACB

Tints of Denim #165ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 6.98%
G = 28.57%
B = 64.44%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#165ACB (or 0x165ACB) is known color: Denim. HEX triplet: 16, 5A and CB. RGB value is (22,90,203). Sum of RGB (Red+Green+Blue) = 22+90+203=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #165ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ACB is #E9A534. Grayscale: #525252. Windows color (decimal): -15312181 or 13326870. OLE color: 13326870.

HSL color Cylindrical-coordinate representation of color #165ACB: hue angle of 217.46º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165ACB is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 90 203 -
CMYK 0.89 0.56 0 0.20
HSL 217.46º 0.8% 0.44% -
HSV(B) 217.46º 0.89% 0.8% -
XYZ 14.77 11.79 58 -
YUV 82.55 195.97 84.81 -
System Red Green Blue C M Y K H S L
Decimal 22 90 203 0.89 0.56 0 0.20 217.46 0.8 0.44
Hex 16 5A CB 59 38 0 14 D9 50 2C
Octal 26 132 313 131 70 0 24 331 120 54
Binary 10110 1011010 11001011 1011001 111000 0 10100 11011001 1010000 101100

Color Harmonies of #165ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165ACB

Black with #165ACB

Text Example


Text Example

White with #165ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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