#1356D8

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

Shades of Denim #1356D8

Tints of Denim #1356D8

Color information

#1356D8 (or 0x1356D8) is unknown color: approx Denim. HEX triplet: 13, 56 and D8. RGB value is (19,86,216). Sum of RGB (Red+Green+Blue) = 19+86+216=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 216 (84.77% from 255 or 67.29% from 321); Max value from RGB is 216 - color contains mainly: blue. Hex color #1356D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356D8 is #ECA927. Grayscale: #505050. Windows color (decimal): -15509800 or 14177811. OLE color: 14177811.

HSL color Cylindrical-coordinate representation of color #1356D8: hue angle of 219.59º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1356D8 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1986216-
CMYK0.910.6000.15
HSL219.59º83.83%46.08%-
HSV(B)219.59º91.2%84.71%-
XYZ15.9911.7566.39-
YUV80.79204.383.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.92%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 216 (84.77% from 255) = 67.29%
R=5.92%
G=26.79%
B=67.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19862160.910.6000.15219.5983.8346.08
Hex1356D85B3C0Fdc542e
Octal231263301337401733412456
Binary10011101011011011000101101111110001111110111001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1356D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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