#165EBF

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

Shades of Denim #165EBF

Tints of Denim #165EBF

Color information

#165EBF (or 0x165EBF) is unknown color: approx Denim. HEX triplet: 16, 5E and BF. RGB value is (22,94,191). Sum of RGB (Red+Green+Blue) = 22+94+191=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #165EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EBF is #E9A140. Grayscale: #535353. Windows color (decimal): -15311169 or 12541462. OLE color: 12541462.

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

Color convert

RGB2294191-
CMYK0.880.5100.25
HSL214.44º79.34%41.76%-
HSV(B)214.44º88.48%74.9%-
XYZ13.7411.9450.87-
YUV83.53188.6584.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.17%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 191 (75% from 255) = 62.21%
R=7.17%
G=30.62%
B=62.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22941910.880.5100.25214.4479.3441.76
Hex165EBF5833019d64f2a
Octal261362771306303132611752
Binary101101011110101111111011000110011011001110101101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,94,191); }

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

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

 a { background-color: rgb(22,94,191); }

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

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

 span { border-color: rgb(22,94,191); }

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