#165ABC

Color #165ABC Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #165ABC

Tints of Denim #165ABC

Color information

#165ABC (or 0x165ABC) is unknown color: approx Denim. HEX triplet: 16, 5A and BC. RGB value is (22,90,188). Sum of RGB (Red+Green+Blue) = 22+90+188=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #165ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ABC is #E9A543. Grayscale: #505050. Windows color (decimal): -15312196 or 12343830. OLE color: 12343830.

HSL color Cylindrical-coordinate representation of color #165ABC: hue angle of 215.42º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165ABC is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2290188-
CMYK0.880.5200.26
HSL215.42º79.05%41.18%-
HSV(B)215.42º88.3%73.73%-
XYZ13.0611.1149.03-
YUV80.84188.4786.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.33%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 188 (73.83% from 255) = 62.67%
R=7.33%
G=30%
B=62.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22901880.880.5200.26215.4279.0541.18
Hex165ABC583401Ad74f29
Octal261322741306403232711751
Binary101101011010101111001011000110100011010110101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #165ABC;
 }
 .AnyTagClassName
 {
   color: #165ABC;
 }
</style>
background-color css

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

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

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

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

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

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