#1573CA

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

Shades of Denim #1573CA

Tints of Denim #1573CA

Color information

#1573CA (or 0x1573CA) is unknown color: approx Denim. HEX triplet: 15, 73 and CA. RGB value is (21,115,202). Sum of RGB (Red+Green+Blue) = 21+115+202=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #1573CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1573CA is #EA8C35. Grayscale: #606060. Windows color (decimal): -15371318 or 13267733. OLE color: 13267733.

HSL color Cylindrical-coordinate representation of color #1573CA: hue angle of 208.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1573CA is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21115202-
CMYK0.900.4300.21
HSL208.84º81.17%43.73%-
HSV(B)208.84º89.6%79.22%-
XYZ17.116.6958.2-
YUV96.81187.3673.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.21%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 202 (79.30% from 255) = 59.76%
R=6.21%
G=34.02%
B=59.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211152020.900.4300.21208.8481.1743.73
Hex1573CA5A2B015d1512c
Octal251633121325302532112154
Binary101011110011110010101011010101011010101110100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1573CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1573CA; }

 p { color: rgb(21,115,202); }

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

<style>
 a { background-color: #1573CA; }

 a { background-color: rgb(21,115,202); }

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

<style>
 span { border-color: #1573CA; }

 span { border-color: rgb(21,115,202); }

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