#1356C0

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

Shades of Denim #1356C0

Tints of Denim #1356C0

Color information

#1356C0 (or 0x1356C0) is unknown color: approx Denim. HEX triplet: 13, 56 and C0. RGB value is (19,86,192). Sum of RGB (Red+Green+Blue) = 19+86+192=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 192 (75.39% from 255 or 64.65% from 297); Max value from RGB is 192 - color contains mainly: blue. Hex color #1356C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356C0 is #ECA93F. Grayscale: #4D4D4D. Windows color (decimal): -15509824 or 12604947. OLE color: 12604947.

HSL color Cylindrical-coordinate representation of color #1356C0: hue angle of 216.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1356C0 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1986192-
CMYK0.900.5500.25
HSL216.76º81.99%41.37%-
HSV(B)216.76º90.1%75.29%-
XYZ13.1110.651.22-
YUV78.05192.385.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.40%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 192 (75.39% from 255) = 64.65%
R=6.40%
G=28.96%
B=64.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19861920.900.5500.25216.7681.9941.37
Hex1356C05A37019d95229
Octal231263001326703133112251
Binary100111010110110000001011010110111011001110110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1356C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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