#1354BD

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

Shades of Denim #1354BD

Tints of Denim #1354BD

Color information

#1354BD (or 0x1354BD) is unknown color: approx Denim. HEX triplet: 13, 54 and BD. RGB value is (19,84,189). Sum of RGB (Red+Green+Blue) = 19+84+189=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #1354BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1354BD is #ECAB42. Grayscale: #4C4C4C. Windows color (decimal): -15510339 or 12407827. OLE color: 12407827.

HSL color Cylindrical-coordinate representation of color #1354BD: hue angle of 217.06º 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 #1354BD is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1984189-
CMYK0.900.5600.26
HSL217.06º81.73%40.78%-
HSV(B)217.06º89.95%74.12%-
XYZ12.6210.1549.44-
YUV76.54191.4786.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 189 (74.22% from 255) = 64.73%
R=6.51%
G=28.77%
B=64.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19841890.900.5600.26217.0681.7340.78
Hex1354BD5A3801Ad95229
Octal231242751327003233112251
Binary100111010100101111011011010111000011010110110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1354BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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