#1355D6

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

Shades of Denim #1355D6

Tints of Denim #1355D6

Color information

#1355D6 (or 0x1355D6) is unknown color: approx Denim. HEX triplet: 13, 55 and D6. RGB value is (19,85,214). Sum of RGB (Red+Green+Blue) = 19+85+214=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 214 (83.98% from 255 or 67.30% from 318); Max value from RGB is 214 - color contains mainly: blue. Hex color #1355D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355D6 is #ECAA29. Grayscale: #4F4F4F. Windows color (decimal): -15510058 or 14046483. OLE color: 14046483.

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

Color convert

RGB1985214-
CMYK0.910.6000.16
HSL219.69º83.69%45.69%-
HSV(B)219.69º91.12%83.92%-
XYZ15.6511.4965.01-
YUV79.97203.6384.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.97%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 214 (83.98% from 255) = 67.30%
R=5.97%
G=26.73%
B=67.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19852140.910.6000.16219.6983.6945.69
Hex1355D65B3C010dc542e
Octal231253261337402033412456
Binary100111010101110101101011011111100010000110111001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1355D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1355D6; }

 p { color: rgb(19,85,214); }

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

<style>
 a { background-color: #1355D6; }

 a { background-color: rgb(19,85,214); }

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

<style>
 span { border-color: #1355D6; }

 span { border-color: rgb(19,85,214); }

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