#1A57BF

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

Shades of Denim #1A57BF

Tints of Denim #1A57BF

Color information

#1A57BF (or 0x1A57BF) is unknown color: approx Denim. HEX triplet: 1A, 57 and BF. RGB value is (26,87,191). Sum of RGB (Red+Green+Blue) = 26+87+191=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A57BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A57BF is #E5A840. Grayscale: #505050. Windows color (decimal): -15050817 or 12539674. OLE color: 12539674.

HSL color Cylindrical-coordinate representation of color #1A57BF: hue angle of 217.82º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A57BF is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2687191-
CMYK0.860.5400.25
HSL217.82º76.04%42.55%-
HSV(B)217.82º86.39%74.9%-
XYZ13.2410.850.68-
YUV80.62190.2989.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.55%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 191 (75% from 255) = 62.83%
R=8.55%
G=28.62%
B=62.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26871910.860.5400.25217.8276.0442.55
Hex1A57BF5636019da4c2b
Octal321272771266603133211453
Binary110101010111101111111010110110110011001110110101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,87,191); }

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

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

 a { background-color: rgb(26,87,191); }

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

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

 span { border-color: rgb(26,87,191); }

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