#1352AE

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

Shades of Denim #1352AE

Tints of Denim #1352AE

Color information

#1352AE (or 0x1352AE) is unknown color: approx Denim. HEX triplet: 13, 52 and AE. RGB value is (19,82,174). Sum of RGB (Red+Green+Blue) = 19+82+174=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #1352AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1352AE is #ECAD51. Grayscale: #494949. Windows color (decimal): -15510866 or 11424275. OLE color: 11424275.

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

Color convert

RGB1982174-
CMYK0.890.5300.32
HSL215.61º80.31%37.84%-
HSV(B)215.61º89.08%68.24%-
XYZ10.939.2341.25-
YUV73.65184.6389.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=6.91%
G=29.82%
B=63.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19821740.890.5300.32215.6180.3137.84
Hex1352AE5935020d85026
Octal231222561316504033012046
Binary1001110100101010111010110011101010100000110110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1352AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,82,174); }

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

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

 a { background-color: rgb(19,82,174); }

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

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

 span { border-color: rgb(19,82,174); }

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