#1574CA

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

Shades of Denim #1574CA

Tints of Denim #1574CA

Color information

#1574CA (or 0x1574CA) is unknown color: approx Denim. HEX triplet: 15, 74 and CA. RGB value is (21,116,202). Sum of RGB (Red+Green+Blue) = 21+116+202=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #1574CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574CA is #EA8B35. Grayscale: #606060. Windows color (decimal): -15371062 or 13267989. OLE color: 13267989.

HSL color Cylindrical-coordinate representation of color #1574CA: hue angle of 208.51º 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 #1574CA is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21116202-
CMYK0.900.4300.21
HSL208.51º81.17%43.73%-
HSV(B)208.51º89.6%79.22%-
XYZ17.2216.9158.23-
YUV97.4187.0373.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.19%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 202 (79.30% from 255) = 59.59%
R=6.19%
G=34.22%
B=59.59%

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
Decimal211162020.900.4300.21208.5181.1743.73
Hex1574CA5A2B015d1512c
Octal251643121325302532112154
Binary101011110100110010101011010101011010101110100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1574CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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