#1356CA

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

Shades of Denim #1356CA

Tints of Denim #1356CA

Color information

#1356CA (or 0x1356CA) is unknown color: approx Denim. HEX triplet: 13, 56 and CA. RGB value is (19,86,202). Sum of RGB (Red+Green+Blue) = 19+86+202=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #1356CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356CA is #ECA935. Grayscale: #4E4E4E. Windows color (decimal): -15509814 or 13260307. OLE color: 13260307.

HSL color Cylindrical-coordinate representation of color #1356CA: hue angle of 218.03º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1356CA is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1986202-
CMYK0.910.5700.21
HSL218.03º82.81%43.33%-
HSV(B)218.03º90.59%79.22%-
XYZ14.2611.0657.26-
YUV79.19197.385.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.19%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 202 (79.30% from 255) = 65.80%
R=6.19%
G=28.01%
B=65.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19862020.910.5700.21218.0382.8143.33
Hex1356CA5B39015da532b
Octal231263121337102533212353
Binary100111010110110010101011011111001010101110110101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1356CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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