#1953B4

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

Shades of Denim #1953B4

Tints of Denim #1953B4

Color information

#1953B4 (or 0x1953B4) is unknown color: approx Denim. HEX triplet: 19, 53 and B4. RGB value is (25,83,180). Sum of RGB (Red+Green+Blue) = 25+83+180=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #1953B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1953B4 is #E6AC4B. Grayscale: #4C4C4C. Windows color (decimal): -15117388 or 11817753. OLE color: 11817753.

HSL color Cylindrical-coordinate representation of color #1953B4: hue angle of 217.55º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1953B4 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2583180-
CMYK0.860.5400.29
HSL217.55º75.61%40.2%-
HSV(B)217.55º86.11%70.59%-
XYZ11.739.6944.43-
YUV76.72186.2891.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.68%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 180 (70.70% from 255) = 62.5%
R=8.68%
G=28.82%
B=62.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25831800.860.5400.29217.5575.6140.2
Hex1953B4563601Dda4c28
Octal311232641266603533211450
Binary110011010011101101001010110110110011101110110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1953B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1953B4; }

 p { color: rgb(25,83,180); }

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

<style>
 a { background-color: #1953B4; }

 a { background-color: rgb(25,83,180); }

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

<style>
 span { border-color: #1953B4; }

 span { border-color: rgb(25,83,180); }

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