#1a5ad1

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

Shades of Denim #1A5AD1

Tints of Denim #1A5AD1

Color information

#1A5AD1 (or 0x1A5AD1) is unknown color: approx Denim. HEX triplet: 1A, 5A and D1. RGB value is (26,90,209). Sum of RGB (Red+Green+Blue) = 26+90+209=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 209 (82.03% from 255 or 64.31% from 325); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A5AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5AD1 is #E5A52E. Grayscale: #535353. Windows color (decimal): -15050031 or 13720090. OLE color: 13720090.

HSL color Cylindrical-coordinate representation of color #1A5AD1: hue angle of 219.02º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A5AD1 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2690209-
CMYK0.880.5700.18
HSL219.02º77.87%46.08%-
HSV(B)219.02º87.56%81.96%-
XYZ15.5912.1461.84-
YUV84.43198.386.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 209 (82.03% from 255) = 64.31%
R=8%
G=27.69%
B=64.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26902090.880.5700.18219.0277.8746.08
Hex1A5AD15839012db4e2e
Octal321323211307102233311656
Binary110101011010110100011011000111001010010110110111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a5ad1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,90,209); }

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

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

 a { background-color: rgb(26,90,209); }

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

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

 span { border-color: rgb(26,90,209); }

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