#1A56BB

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

Shades of Denim #1A56BB

Tints of Denim #1A56BB

Color information

#1A56BB (or 0x1A56BB) is unknown color: approx Denim. HEX triplet: 1A, 56 and BB. RGB value is (26,86,187). Sum of RGB (Red+Green+Blue) = 26+86+187=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A56BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A56BB is #E5A944. Grayscale: #4F4F4F. Windows color (decimal): -15051077 or 12277274. OLE color: 12277274.

HSL color Cylindrical-coordinate representation of color #1A56BB: hue angle of 217.64º 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 #1A56BB is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2686187-
CMYK0.860.5400.27
HSL217.64º75.59%41.76%-
HSV(B)217.64º86.1%73.33%-
XYZ12.7210.4648.36-
YUV79.57188.6289.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.70%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 187 (73.44% from 255) = 62.54%
R=8.70%
G=28.76%
B=62.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26861870.860.5400.27217.6475.5941.76
Hex1A56BB563601Bda4c2a
Octal321262731266603333211452
Binary110101010110101110111010110110110011011110110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A56BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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