#1C59AE

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

Shades of Denim #1C59AE

Tints of Denim #1C59AE

Color information

#1C59AE (or 0x1C59AE) is unknown color: approx Denim. HEX triplet: 1C, 59 and AE. RGB value is (28,89,174). Sum of RGB (Red+Green+Blue) = 28+89+174=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C59AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C59AE is #E3A651. Grayscale: #505050. Windows color (decimal): -14919250 or 11426076. OLE color: 11426076.

HSL color Cylindrical-coordinate representation of color #1C59AE: hue angle of 214.93º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C59AE is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2889174-
CMYK0.840.4900.32
HSL214.93º72.28%39.61%-
HSV(B)214.93º83.91%68.24%-
XYZ11.6910.4541.44-
YUV80.45180.7990.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.62%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=9.62%
G=30.58%
B=59.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28891740.840.4900.32214.9372.2839.61
Hex1C59AE5431020d74828
Octal341312561246104032711050
Binary1110010110011010111010101001100010100000110101111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C59AE; }

 p { color: rgb(28,89,174); }

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

<style>
 a { background-color: #1C59AE; }

 a { background-color: rgb(28,89,174); }

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

<style>
 span { border-color: #1C59AE; }

 span { border-color: rgb(28,89,174); }

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