#1A5FB7

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

Shades of Denim #1A5FB7

Tints of Denim #1A5FB7

Color information

#1A5FB7 (or 0x1A5FB7) is unknown color: approx Denim. HEX triplet: 1A, 5F and B7. RGB value is (26,95,183). Sum of RGB (Red+Green+Blue) = 26+95+183=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 183 (71.88% from 255 or 60.20% from 304); Max value from RGB is 183 - color contains mainly: blue. Hex color #1A5FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5FB7 is #E5A048. Grayscale: #535353. Windows color (decimal): -15048777 or 12017434. OLE color: 12017434.

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

Color convert

RGB2695183-
CMYK0.860.4800.28
HSL213.63º75.12%40.98%-
HSV(B)213.63º85.79%71.76%-
XYZ13.0711.8246.39-
YUV84.4183.6486.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.55%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 183 (71.88% from 255) = 60.20%
R=8.55%
G=31.25%
B=60.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal26951830.860.4800.28213.6375.1240.98
Hex1A5FB7563001Cd64b29
Octal321372671266003432611351
Binary110101011111101101111010110110000011100110101101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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