#1A5FB4

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

Shades of Denim #1A5FB4

Tints of Denim #1A5FB4

Color information

#1A5FB4 (or 0x1A5FB4) is unknown color: approx Denim. HEX triplet: 1A, 5F and B4. RGB value is (26,95,180). Sum of RGB (Red+Green+Blue) = 26+95+180=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A5FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5FB4 is #E5A04B. Grayscale: #535353. Windows color (decimal): -15048780 or 11820826. OLE color: 11820826.

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

Color convert

RGB2695180-
CMYK0.860.4700.29
HSL213.12º74.76%40.39%-
HSV(B)213.12º85.56%70.59%-
XYZ12.7611.744.77-
YUV84.06182.1486.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 180 (70.70% from 255) = 59.80%
R=8.64%
G=31.56%
B=59.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26951800.860.4700.29213.1274.7640.39
Hex1A5FB4562F01Dd54b28
Octal321372641265703532511350
Binary110101011111101101001010110101111011101110101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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