#1A57AE

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

Shades of Denim #1A57AE

Tints of Denim #1A57AE

Color information

#1A57AE (or 0x1A57AE) is unknown color: approx Denim. HEX triplet: 1A, 57 and AE. RGB value is (26,87,174). Sum of RGB (Red+Green+Blue) = 26+87+174=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A57AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A57AE is #E5A851. Grayscale: #4E4E4E. Windows color (decimal): -15050834 or 11425562. OLE color: 11425562.

HSL color Cylindrical-coordinate representation of color #1A57AE: hue angle of 215.27º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A57AE is Cyan = 0.85, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2687174-
CMYK0.850.500.32
HSL215.27º74%39.22%-
HSV(B)215.27º85.06%68.24%-
XYZ11.4710.0941.39-
YUV78.68181.7990.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.06%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=9.06%
G=30.31%
B=60.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26871740.850.500.32215.277439.22
Hex1A57AE5532020d74a27
Octal321272561256204032711247
Binary1101010101111010111010101011100100100000110101111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,87,174); }

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

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

 a { background-color: rgb(26,87,174); }

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

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

 span { border-color: rgb(26,87,174); }

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