#1A5FB9

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

Shades of Denim #1A5FB9

Tints of Denim #1A5FB9

Color information

#1A5FB9 (or 0x1A5FB9) is unknown color: approx Denim. HEX triplet: 1A, 5F and B9. RGB value is (26,95,185). Sum of RGB (Red+Green+Blue) = 26+95+185=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 185 (72.66% from 255 or 60.46% from 306); Max value from RGB is 185 - color contains mainly: blue. Hex color #1A5FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5FB9 is #E5A046. Grayscale: #545454. Windows color (decimal): -15048775 or 12148506. OLE color: 12148506.

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

Color convert

RGB2695185-
CMYK0.860.4900.27
HSL213.96º75.36%41.37%-
HSV(B)213.96º85.95%72.55%-
XYZ13.2811.9147.5-
YUV84.63184.6486.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.50%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 185 (72.66% from 255) = 60.46%
R=8.50%
G=31.05%
B=60.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26951850.860.4900.27213.9675.3641.37
Hex1A5FB9563101Bd64b29
Octal321372711266103332611351
Binary110101011111101110011010110110001011011110101101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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