#1A50AE

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

Shades of Denim #1A50AE

Tints of Denim #1A50AE

Color information

#1A50AE (or 0x1A50AE) is unknown color: approx Denim. HEX triplet: 1A, 50 and AE. RGB value is (26,80,174). Sum of RGB (Red+Green+Blue) = 26+80+174=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A50AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A50AE is #E5AF51. Grayscale: #4A4A4A. Windows color (decimal): -15052626 or 11423770. OLE color: 11423770.

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

Color convert

RGB2680174-
CMYK0.850.5400.32
HSL218.11º74%39.22%-
HSV(B)218.11º85.06%68.24%-
XYZ10.939.0141.21-
YUV74.57184.1193.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.29%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 174 (68.36% from 255) = 62.14%
R=9.29%
G=28.57%
B=62.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26801740.850.5400.32218.117439.22
Hex1A50AE5536020da4a27
Octal321202561256604033211247
Binary1101010100001010111010101011101100100000110110101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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