#1A5BAE

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

Shades of Denim #1A5BAE

Tints of Denim #1A5BAE

Color information

#1A5BAE (or 0x1A5BAE) is unknown color: approx Denim. HEX triplet: 1A, 5B and AE. RGB value is (26,91,174). Sum of RGB (Red+Green+Blue) = 26+91+174=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 91 (35.94% from 255 or 31.27% 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 #1A5BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5BAE is #E5A451. Grayscale: #505050. Windows color (decimal): -15049810 or 11426586. OLE color: 11426586.

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

Color convert

RGB2691174-
CMYK0.850.4800.32
HSL213.65º74%39.22%-
HSV(B)213.65º85.06%68.24%-
XYZ11.8110.7641.5-
YUV81.03180.4788.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.93%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=8.93%
G=31.27%
B=59.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26911740.850.4800.32213.657439.22
Hex1A5BAE5530020d64a27
Octal321332561256004032611247
Binary1101010110111010111010101011100000100000110101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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