#1558B4

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

Shades of Denim #1558B4

Tints of Denim #1558B4

Color information

#1558B4 (or 0x1558B4) is unknown color: approx Denim. HEX triplet: 15, 58 and B4. RGB value is (21,88,180). Sum of RGB (Red+Green+Blue) = 21+88+180=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #1558B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558B4 is #EAA74B. Grayscale: #4E4E4E. Windows color (decimal): -15378252 or 11819029. OLE color: 11819029.

HSL color Cylindrical-coordinate representation of color #1558B4: hue angle of 214.72º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1558B4 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2188180-
CMYK0.880.5100.29
HSL214.72º79.1%39.41%-
HSV(B)214.72º88.33%70.59%-
XYZ12.0410.4344.56-
YUV78.46185.387.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.27%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 180 (70.70% from 255) = 62.28%
R=7.27%
G=30.45%
B=62.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21881800.880.5100.29214.7279.139.41
Hex1558B4583301Dd74f27
Octal251302641306303532711747
Binary101011011000101101001011000110011011101110101111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1558B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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