#1A57AC

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

Shades of Denim #1A57AC

Tints of Denim #1A57AC

Color information

#1A57AC (or 0x1A57AC) is unknown color: approx Denim. HEX triplet: 1A, 57 and AC. RGB value is (26,87,172). Sum of RGB (Red+Green+Blue) = 26+87+172=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A57AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A57AC is #E5A853. Grayscale: #4E4E4E. Windows color (decimal): -15050836 or 11294490. OLE color: 11294490.

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

Color convert

RGB2687172-
CMYK0.850.4900.33
HSL214.93º73.74%38.82%-
HSV(B)214.93º84.88%67.45%-
XYZ11.2810.0140.37-
YUV78.45180.7990.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=9.12%
G=30.53%
B=60.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26871720.850.4900.33214.9373.7438.82
Hex1A57AC5531021d74a27
Octal321272541256104132711247
Binary1101010101111010110010101011100010100001110101111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A57AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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