#1B57A4

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

Shades of Denim #1B57A4

Tints of Denim #1B57A4

Color information

#1B57A4 (or 0x1B57A4) is unknown color: approx Denim. HEX triplet: 1B, 57 and A4. RGB value is (27,87,164). Sum of RGB (Red+Green+Blue) = 27+87+164=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #1B57A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B57A4 is #E4A85B. Grayscale: #4D4D4D. Windows color (decimal): -14985308 or 10770203. OLE color: 10770203.

HSL color Cylindrical-coordinate representation of color #1B57A4: hue angle of 213.72º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B57A4 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2787164-
CMYK0.840.4700.36
HSL213.72º71.73%37.45%-
HSV(B)213.72º83.54%64.31%-
XYZ10.569.7336.44-
YUV77.84176.6291.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.71%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 164 (64.45% from 255) = 58.99%
R=9.71%
G=31.29%
B=58.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27871640.840.4700.36213.7271.7337.45
Hex1B57A4542F024d64825
Octal331272441245704432611045
Binary1101110101111010010010101001011110100100110101101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B57A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,87,164); }

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

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

 a { background-color: rgb(27,87,164); }

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

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

 span { border-color: rgb(27,87,164); }

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