#1355BD

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

Shades of Denim #1355BD

Tints of Denim #1355BD

Color information

#1355BD (or 0x1355BD) is unknown color: approx Denim. HEX triplet: 13, 55 and BD. RGB value is (19,85,189). Sum of RGB (Red+Green+Blue) = 19+85+189=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #1355BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355BD is #ECAA42. Grayscale: #4C4C4C. Windows color (decimal): -15510083 or 12408083. OLE color: 12408083.

HSL color Cylindrical-coordinate representation of color #1355BD: hue angle of 216.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1355BD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1985189-
CMYK0.900.5500.26
HSL216.71º81.73%40.78%-
HSV(B)216.71º89.95%74.12%-
XYZ12.710.3149.46-
YUV77.12191.1386.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.48%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 189 (74.22% from 255) = 64.51%
R=6.48%
G=29.01%
B=64.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19851890.900.5500.26216.7181.7340.78
Hex1355BD5A3701Ad95229
Octal231252751326703233112251
Binary100111010101101111011011010110111011010110110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1355BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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