#1558D5

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

Shades of Denim #1558D5

Tints of Denim #1558D5

Color information

#1558D5 (or 0x1558D5) is unknown color: approx Denim. HEX triplet: 15, 58 and D5. RGB value is (21,88,213). Sum of RGB (Red+Green+Blue) = 21+88+213=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 213 (83.59% from 255 or 66.15% from 322); Max value from RGB is 213 - color contains mainly: blue. Hex color #1558D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558D5 is #EAA72A. Grayscale: #515151. Windows color (decimal): -15378219 or 13981717. OLE color: 13981717.

HSL color Cylindrical-coordinate representation of color #1558D5: hue angle of 219.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1558D5 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2188213-
CMYK0.900.5900.16
HSL219.06º82.05%45.88%-
HSV(B)219.06º90.14%83.53%-
XYZ15.8111.9464.42-
YUV82.22201.884.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.52%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 213 (83.59% from 255) = 66.15%
R=6.52%
G=27.33%
B=66.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21882130.900.5900.16219.0682.0545.88
Hex1558D55A3B010db522e
Octal251303251327302033312256
Binary101011011000110101011011010111011010000110110111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1558D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1558D5; }

 p { color: rgb(21,88,213); }

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

<style>
 a { background-color: #1558D5; }

 a { background-color: rgb(21,88,213); }

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

<style>
 span { border-color: #1558D5; }

 span { border-color: rgb(21,88,213); }

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