#1557BA

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

Shades of Denim #1557BA

Tints of Denim #1557BA

Color information

#1557BA (or 0x1557BA) is unknown color: approx Denim. HEX triplet: 15, 57 and BA. RGB value is (21,87,186). Sum of RGB (Red+Green+Blue) = 21+87+186=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #1557BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1557BA is #EAA845. Grayscale: #4E4E4E. Windows color (decimal): -15378502 or 12211989. OLE color: 12211989.

HSL color Cylindrical-coordinate representation of color #1557BA: hue angle of 216º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1557BA is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2187186-
CMYK0.890.5300.27
HSL216º79.71%40.59%-
HSV(B)216º88.71%72.94%-
XYZ12.5810.5247.82-
YUV78.55188.6386.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.14%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=7.14%
G=29.59%
B=63.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21871860.890.5300.2721679.7140.59
Hex1557BA593501Bd85029
Octal251272721316503333012051
Binary101011010111101110101011001110101011011110110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1557BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1557BA; }

 p { color: rgb(21,87,186); }

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

<style>
 a { background-color: #1557BA; }

 a { background-color: rgb(21,87,186); }

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

<style>
 span { border-color: #1557BA; }

 span { border-color: rgb(21,87,186); }

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