#1356C6

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

Shades of Denim #1356C6

Tints of Denim #1356C6

Color information

#1356C6 (or 0x1356C6) is unknown color: approx Denim. HEX triplet: 13, 56 and C6. RGB value is (19,86,198). Sum of RGB (Red+Green+Blue) = 19+86+198=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 198 (77.73% from 255 or 65.35% from 303); Max value from RGB is 198 - color contains mainly: blue. Hex color #1356C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356C6 is #ECA939. Grayscale: #4E4E4E. Windows color (decimal): -15509818 or 12998163. OLE color: 12998163.

HSL color Cylindrical-coordinate representation of color #1356C6: hue angle of 217.54º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1356C6 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1986198-
CMYK0.900.5700.22
HSL217.54º82.49%42.55%-
HSV(B)217.54º90.4%77.65%-
XYZ13.7910.8754.8-
YUV78.74195.385.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 198 (77.73% from 255) = 65.35%
R=6.27%
G=28.38%
B=65.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19861980.900.5700.22217.5482.4942.55
Hex1356C65A39016da522b
Octal231263061327102633212253
Binary100111010110110001101011010111001010110110110101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1356C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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