#1954BC

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

Shades of Denim #1954BC

Tints of Denim #1954BC

Color information

#1954BC (or 0x1954BC) is unknown color: approx Denim. HEX triplet: 19, 54 and BC. RGB value is (25,84,188). Sum of RGB (Red+Green+Blue) = 25+84+188=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #1954BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1954BC is #E6AB43. Grayscale: #4D4D4D. Windows color (decimal): -15117124 or 12342297. OLE color: 12342297.

HSL color Cylindrical-coordinate representation of color #1954BC: hue angle of 218.28º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1954BC is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2584188-
CMYK0.870.5500.26
HSL218.28º76.53%41.76%-
HSV(B)218.28º86.7%73.73%-
XYZ12.6510.1848.87-
YUV78.22189.9590.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.42%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 188 (73.83% from 255) = 63.30%
R=8.42%
G=28.28%
B=63.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal25841880.870.5500.26218.2876.5341.76
Hex1954BC573701Ada4d2a
Octal311242741276703233211552
Binary110011010100101111001010111110111011010110110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1954BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1954BC; }

 p { color: rgb(25,84,188); }

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

<style>
 a { background-color: #1954BC; }

 a { background-color: rgb(25,84,188); }

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

<style>
 span { border-color: #1954BC; }

 span { border-color: rgb(25,84,188); }

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