#1A56AE

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

Shades of Denim #1A56AE

Tints of Denim #1A56AE

Color information

#1A56AE (or 0x1A56AE) is unknown color: approx Denim. HEX triplet: 1A, 56 and AE. RGB value is (26,86,174). Sum of RGB (Red+Green+Blue) = 26+86+174=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A56AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A56AE is #E5A951. Grayscale: #4D4D4D. Windows color (decimal): -15051090 or 11425306. OLE color: 11425306.

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

Color convert

RGB2686174-
CMYK0.850.5100.32
HSL215.68º74%39.22%-
HSV(B)215.68º85.06%68.24%-
XYZ11.399.9341.36-
YUV78.09182.1290.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.09%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 174 (68.36% from 255) = 60.84%
R=9.09%
G=30.07%
B=60.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26861740.850.5100.32215.687439.22
Hex1A56AE5533020d84a27
Octal321262561256304033011247
Binary1101010101101010111010101011100110100000110110001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A56AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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