#1A5FB5

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

Shades of Denim #1A5FB5

Tints of Denim #1A5FB5

Color information

#1A5FB5 (or 0x1A5FB5) is unknown color: approx Denim. HEX triplet: 1A, 5F and B5. RGB value is (26,95,181). Sum of RGB (Red+Green+Blue) = 26+95+181=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 181 (71.09% from 255 or 59.93% from 302); Max value from RGB is 181 - color contains mainly: blue. Hex color #1A5FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5FB5 is #E5A04A. Grayscale: #535353. Windows color (decimal): -15048779 or 11886362. OLE color: 11886362.

HSL color Cylindrical-coordinate representation of color #1A5FB5: hue angle of 213.29º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A5FB5 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2695181-
CMYK0.860.4800.29
HSL213.29º74.88%40.59%-
HSV(B)213.29º85.64%70.98%-
XYZ12.8611.7445.3-
YUV84.17182.6486.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.61%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 181 (71.09% from 255) = 59.93%
R=8.61%
G=31.46%
B=59.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26951810.860.4800.29213.2974.8840.59
Hex1A5FB5563001Dd54b29
Octal321372651266003532511351
Binary110101011111101101011010110110000011101110101011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,95,181); }

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

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

 a { background-color: rgb(26,95,181); }

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

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

 span { border-color: rgb(26,95,181); }

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