#165fd1

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

Shades of Denim #165FD1

Tints of Denim #165FD1

Color information

#165FD1 (or 0x165FD1) is unknown color: approx Denim. HEX triplet: 16, 5F and D1. RGB value is (22,95,209). Sum of RGB (Red+Green+Blue) = 22+95+209=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 209 (82.03% from 255 or 64.11% from 326); Max value from RGB is 209 - color contains mainly: blue. Hex color #165FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FD1 is #E9A02E. Grayscale: #555555. Windows color (decimal): -15310895 or 13721366. OLE color: 13721366.

HSL color Cylindrical-coordinate representation of color #165FD1: hue angle of 216.58º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165FD1 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2295209-
CMYK0.890.5500.18
HSL216.58º80.95%45.29%-
HSV(B)216.58º89.47%81.96%-
XYZ15.9312.9661.98-
YUV86.17197.3282.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.75%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 209 (82.03% from 255) = 64.11%
R=6.75%
G=29.14%
B=64.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal22952090.890.5500.18216.5880.9545.29
Hex165FD15937012d9512d
Octal261373211316702233112155
Binary101101011111110100011011001110111010010110110011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165fd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,95,209); }

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

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

 a { background-color: rgb(22,95,209); }

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

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

 span { border-color: rgb(22,95,209); }

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