Html Css Color HEX #165AC0 Denim

📋 copy color: '#165AC0'

red 22 ◦ green 90 ◦ blue 192

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

Shades of Denim #165AC0

Tints of Denim #165AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.16%

R = 7.24%
G = 29.61%
B = 63.16%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#165AC0 (or 0x165AC0) is known color: Denim. HEX triplet: 16, 5A and C0. RGB value is (22,90,192). Sum of RGB (Red+Green+Blue) = 22+90+192=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #165AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165AC0 is #E9A53F. Grayscale: #505050. Windows color (decimal): -15312192 or 12605974. OLE color: 12605974.

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

Color convert

RGB 22 90 192 -
CMYK 0.89 0.53 0 0.25
HSL 216º 0.79% 0.42% -
HSV(B) 216º 0.89% 0.75% -
XYZ 13.5 11.29 51.34 -
YUV 81.3 190.47 85.71 -
System Red Green Blue C M Y K H S L
Decimal 22 90 192 0.89 0.53 0 0.25 216 0.79 0.42
Hex 16 5A C0 59 35 0 19 D8 4F 2A
Octal 26 132 300 131 65 0 31 330 117 52
Binary 10110 1011010 11000000 1011001 110101 0 11001 11011000 1001111 101010

Color Harmonies of #165AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165AC0

Black with #165AC0

Text Example


Text Example

White with #165AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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