#1658A5

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

Shades of Denim #1658A5

Tints of Denim #1658A5

Color information

#1658A5 (or 0x1658A5) is unknown color: approx Denim. HEX triplet: 16, 58 and A5. RGB value is (22,88,165). Sum of RGB (Red+Green+Blue) = 22+88+165=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #1658A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1658A5 is #E9A75A. Grayscale: #4C4C4C. Windows color (decimal): -15312731 or 10835990. OLE color: 10835990.

HSL color Cylindrical-coordinate representation of color #1658A5: hue angle of 212.31º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1658A5 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2288165-
CMYK0.870.4700.35
HSL212.31º76.47%36.67%-
HSV(B)212.31º86.67%64.71%-
XYZ10.619.8736.94-
YUV77.04177.6388.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 165 (64.84% from 255) = 60%
R=8%
G=32%
B=60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22881650.870.4700.35212.3176.4736.67
Hex1658A5572F023d44c25
Octal261302451275704332411445
Binary1011010110001010010110101111011110100011110101001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1658A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1658A5; }

 p { color: rgb(22,88,165); }

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

<style>
 a { background-color: #1658A5; }

 a { background-color: rgb(22,88,165); }

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

<style>
 span { border-color: #1658A5; }

 span { border-color: rgb(22,88,165); }

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