#1556BA

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

Shades of Denim #1556BA

Tints of Denim #1556BA

Color information

#1556BA (or 0x1556BA) is unknown color: approx Denim. HEX triplet: 15, 56 and BA. RGB value is (21,86,186). Sum of RGB (Red+Green+Blue) = 21+86+186=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #1556BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1556BA is #EAA945. Grayscale: #4D4D4D. Windows color (decimal): -15378758 or 12211733. OLE color: 12211733.

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

Color convert

RGB2186186-
CMYK0.890.5400.27
HSL216.36º79.71%40.59%-
HSV(B)216.36º88.71%72.94%-
XYZ12.510.3647.8-
YUV77.96188.9787.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.17%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 186 (73.05% from 255) = 63.48%
R=7.17%
G=29.35%
B=63.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21861860.890.5400.27216.3679.7140.59
Hex1556BA593601Bd85029
Octal251262721316603333012051
Binary101011010110101110101011001110110011011110110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1556BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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