#1665A4

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

Shades of Denim #1665A4

Tints of Denim #1665A4

Color information

#1665A4 (or 0x1665A4) is unknown color: approx Denim. HEX triplet: 16, 65 and A4. RGB value is (22,101,164). Sum of RGB (Red+Green+Blue) = 22+101+164=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #1665A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1665A4 is #E99A5B. Grayscale: #545454. Windows color (decimal): -15309404 or 10773782. OLE color: 10773782.

HSL color Cylindrical-coordinate representation of color #1665A4: hue angle of 206.62º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1665A4 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB22101164-
CMYK0.870.3800.36
HSL206.62º76.34%36.47%-
HSV(B)206.62º86.59%64.31%-
XYZ11.6912.1636.85-
YUV84.56172.8383.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.67%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 164 (64.45% from 255) = 57.14%
R=7.67%
G=35.19%
B=57.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221011640.870.3800.36206.6276.3436.47
Hex1665A45726024cf4c24
Octal261452441274604431711444
Binary1011011001011010010010101111001100100100110011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1665A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1665A4; }

 p { color: rgb(22,101,164); }

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

<style>
 a { background-color: #1665A4; }

 a { background-color: rgb(22,101,164); }

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

<style>
 span { border-color: #1665A4; }

 span { border-color: rgb(22,101,164); }

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