#1658BD

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

Shades of Denim #1658BD

Tints of Denim #1658BD

Color information

#1658BD (or 0x1658BD) is unknown color: approx Denim. HEX triplet: 16, 58 and BD. RGB value is (22,88,189). Sum of RGB (Red+Green+Blue) = 22+88+189=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #1658BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1658BD is #E9A742. Grayscale: #4F4F4F. Windows color (decimal): -15312707 or 12408854. OLE color: 12408854.

HSL color Cylindrical-coordinate representation of color #1658BD: hue angle of 216.29º 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 #1658BD is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2288189-
CMYK0.880.5300.26
HSL216.29º79.15%41.37%-
HSV(B)216.29º88.36%74.12%-
XYZ13.0110.8249.55-
YUV79.78189.6386.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.36%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 189 (74.22% from 255) = 63.21%
R=7.36%
G=29.43%
B=63.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22881890.880.5300.26216.2979.1541.37
Hex1658BD583501Ad84f29
Octal261302751306503233011751
Binary101101011000101111011011000110101011010110110001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1658BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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