#1A57CC

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

Shades of Denim #1A57CC

Tints of Denim #1A57CC

Color information

#1A57CC (or 0x1A57CC) is unknown color: approx Denim. HEX triplet: 1A, 57 and CC. RGB value is (26,87,204). Sum of RGB (Red+Green+Blue) = 26+87+204=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A57CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A57CC is #E5A833. Grayscale: #515151. Windows color (decimal): -15050804 or 13391642. OLE color: 13391642.

HSL color Cylindrical-coordinate representation of color #1A57CC: hue angle of 219.44º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A57CC is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2687204-
CMYK0.870.5700.2
HSL219.44º77.39%45.1%-
HSV(B)219.44º87.25%80%-
XYZ14.7311.458.55-
YUV82.1196.7987.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.20%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 204 (80.08% from 255) = 64.35%
R=8.20%
G=27.44%
B=64.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26872040.870.5700.2219.4477.3945.1
Hex1A57CC5739014db4d2d
Octal321273141277102433311555
Binary110101010111110011001010111111001010100110110111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A57CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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