#1570AE

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

Shades of Denim #1570AE

Tints of Denim #1570AE

Color information

#1570AE (or 0x1570AE) is unknown color: approx Denim. HEX triplet: 15, 70 and AE. RGB value is (21,112,174). Sum of RGB (Red+Green+Blue) = 21+112+174=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #1570AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1570AE is #EA8F51. Grayscale: #5B5B5B. Windows color (decimal): -15372114 or 11431957. OLE color: 11431957.

HSL color Cylindrical-coordinate representation of color #1570AE: hue angle of 204.31º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1570AE is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21112174-
CMYK0.880.3600.32
HSL204.31º78.46%38.24%-
HSV(B)204.31º87.93%68.24%-
XYZ13.7414.842.18-
YUV91.86174.3577.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.84%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=6.84%
G=36.48%
B=56.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211121740.880.3600.32204.3178.4638.24
Hex1570AE5824020cc4e26
Octal251602561304404031411646
Binary1010111100001010111010110001001000100000110011001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1570AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1570AE; }

 p { color: rgb(21,112,174); }

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

<style>
 a { background-color: #1570AE; }

 a { background-color: rgb(21,112,174); }

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

<style>
 span { border-color: #1570AE; }

 span { border-color: rgb(21,112,174); }

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