#1356BA

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

Shades of Denim #1356BA

Tints of Denim #1356BA

Color information

#1356BA (or 0x1356BA) is unknown color: approx Denim. HEX triplet: 13, 56 and BA. RGB value is (19,86,186). Sum of RGB (Red+Green+Blue) = 19+86+186=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #1356BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356BA is #ECA945. Grayscale: #4C4C4C. Windows color (decimal): -15509830 or 12211731. OLE color: 12211731.

HSL color Cylindrical-coordinate representation of color #1356BA: hue angle of 215.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1356BA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1986186-
CMYK0.900.5400.27
HSL215.93º81.46%40.2%-
HSV(B)215.93º89.78%72.94%-
XYZ12.4610.3447.79-
YUV77.37189.386.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 186 (73.05% from 255) = 63.92%
R=6.53%
G=29.55%
B=63.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19861860.900.5400.27215.9381.4640.2
Hex1356BA5A3601Bd85128
Octal231262721326603333012150
Binary100111010110101110101011010110110011011110110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1356BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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