#1353BE

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

Shades of Denim #1353BE

Tints of Denim #1353BE

Color information

#1353BE (or 0x1353BE) is unknown color: approx Denim. HEX triplet: 13, 53 and BE. RGB value is (19,83,190). Sum of RGB (Red+Green+Blue) = 19+83+190=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #1353BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1353BE is #ECAC41. Grayscale: #4B4B4B. Windows color (decimal): -15510594 or 12473107. OLE color: 12473107.

HSL color Cylindrical-coordinate representation of color #1353BE: hue angle of 217.54º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1353BE is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1983190-
CMYK0.900.5600.25
HSL217.54º81.82%40.98%-
HSV(B)217.54º90%74.51%-
XYZ12.6610.0449.99-
YUV76.06192.387.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 190 (74.61% from 255) = 65.07%
R=6.51%
G=28.42%
B=65.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19831900.900.5600.25217.5481.8240.98
Hex1353BE5A38019da5229
Octal231232761327003133212251
Binary100111010011101111101011010111000011001110110101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1353BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1353BE; }

 p { color: rgb(19,83,190); }

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

<style>
 a { background-color: #1353BE; }

 a { background-color: rgb(19,83,190); }

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

<style>
 span { border-color: #1353BE; }

 span { border-color: rgb(19,83,190); }

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