#1557DA

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

Shades of Denim #1557DA

Tints of Denim #1557DA

Color information

#1557DA (or 0x1557DA) is unknown color: approx Denim. HEX triplet: 15, 57 and DA. RGB value is (21,87,218). Sum of RGB (Red+Green+Blue) = 21+87+218=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #1557DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1557DA is #EAA825. Grayscale: #515151. Windows color (decimal): -15378470 or 14309141. OLE color: 14309141.

HSL color Cylindrical-coordinate representation of color #1557DA: hue angle of 219.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1557DA is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2187218-
CMYK0.900.6000.15
HSL219.9º82.43%46.86%-
HSV(B)219.9º90.37%85.49%-
XYZ16.3712.0467.79-
YUV82.2204.6384.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.44%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 218 (85.55% from 255) = 66.87%
R=6.44%
G=26.69%
B=66.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21872180.900.6000.15219.982.4346.86
Hex1557DA5A3C0Fdc522f
Octal251273321327401733412257
Binary10101101011111011010101101011110001111110111001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1557DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1557DA; }

 p { color: rgb(21,87,218); }

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

<style>
 a { background-color: #1557DA; }

 a { background-color: rgb(21,87,218); }

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

<style>
 span { border-color: #1557DA; }

 span { border-color: rgb(21,87,218); }

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