#1359D5

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

Shades of Denim #1359D5

Tints of Denim #1359D5

Color information

#1359D5 (or 0x1359D5) is unknown color: approx Denim. HEX triplet: 13, 59 and D5. RGB value is (19,89,213). Sum of RGB (Red+Green+Blue) = 19+89+213=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 213 (83.59% from 255 or 66.36% from 321); Max value from RGB is 213 - color contains mainly: blue. Hex color #1359D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1359D5 is #ECA62A. Grayscale: #515151. Windows color (decimal): -15509035 or 13981971. OLE color: 13981971.

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

Color convert

RGB1989213-
CMYK0.910.5800.16
HSL218.35º83.62%45.49%-
HSV(B)218.35º91.08%83.53%-
XYZ15.8512.0964.45-
YUV82.21201.8182.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.92%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 213 (83.59% from 255) = 66.36%
R=5.92%
G=27.73%
B=66.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19892130.910.5800.16218.3583.6245.49
Hex1359D55B3A010da542d
Octal231313251337202033212455
Binary100111011001110101011011011111010010000110110101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1359D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1359D5; }

 p { color: rgb(19,89,213); }

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

<style>
 a { background-color: #1359D5; }

 a { background-color: rgb(19,89,213); }

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

<style>
 span { border-color: #1359D5; }

 span { border-color: rgb(19,89,213); }

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