#1A59BB

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

Shades of Denim #1A59BB

Tints of Denim #1A59BB

Color information

#1A59BB (or 0x1A59BB) is unknown color: approx Denim. HEX triplet: 1A, 59 and BB. RGB value is (26,89,187). Sum of RGB (Red+Green+Blue) = 26+89+187=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A59BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A59BB is #E5A644. Grayscale: #505050. Windows color (decimal): -15050309 or 12278042. OLE color: 12278042.

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

Color convert

RGB2689187-
CMYK0.860.5200.27
HSL216.52º75.59%41.76%-
HSV(B)216.52º86.1%73.33%-
XYZ12.9710.9548.44-
YUV81.33187.6388.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.61%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 187 (73.44% from 255) = 61.92%
R=8.61%
G=29.47%
B=61.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26891870.860.5200.27216.5275.5941.76
Hex1A59BB563401Bd94c2a
Octal321312731266403333111452
Binary110101011001101110111010110110100011011110110011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A59BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,89,187); }

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

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

 a { background-color: rgb(26,89,187); }

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

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

 span { border-color: rgb(26,89,187); }

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