#1552AE

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

Shades of Denim #1552AE

Tints of Denim #1552AE

Color information

#1552AE (or 0x1552AE) is unknown color: approx Denim. HEX triplet: 15, 52 and AE. RGB value is (21,82,174). Sum of RGB (Red+Green+Blue) = 21+82+174=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #1552AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1552AE is #EAAD51. Grayscale: #494949. Windows color (decimal): -15379794 or 11424277. OLE color: 11424277.

HSL color Cylindrical-coordinate representation of color #1552AE: hue angle of 216.08º 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 #1552AE is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2182174-
CMYK0.880.5300.32
HSL216.08º78.46%38.24%-
HSV(B)216.08º87.93%68.24%-
XYZ10.979.2541.25-
YUV74.25184.2990.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.58%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 174 (68.36% from 255) = 62.82%
R=7.58%
G=29.60%
B=62.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21821740.880.5300.32216.0878.4638.24
Hex1552AE5835020d84e26
Octal251222561306504033011646
Binary1010110100101010111010110001101010100000110110001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1552AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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