#1A58AE

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

Shades of Denim #1A58AE

Tints of Denim #1A58AE

Color information

#1A58AE (or 0x1A58AE) is unknown color: approx Denim. HEX triplet: 1A, 58 and AE. RGB value is (26,88,174). Sum of RGB (Red+Green+Blue) = 26+88+174=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A58AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A58AE is #E5A751. Grayscale: #4E4E4E. Windows color (decimal): -15050578 or 11425818. OLE color: 11425818.

HSL color Cylindrical-coordinate representation of color #1A58AE: hue angle of 214.86º 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 #1A58AE is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2688174-
CMYK0.850.4900.32
HSL214.86º74%39.22%-
HSV(B)214.86º85.06%68.24%-
XYZ11.5610.2641.41-
YUV79.27181.4690.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.03%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=9.03%
G=30.56%
B=60.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26881740.850.4900.32214.867439.22
Hex1A58AE5531020d74a27
Octal321302561256104032711247
Binary1101010110001010111010101011100010100000110101111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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