#1954AA

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

Shades of Denim #1954AA

Tints of Denim #1954AA

Color information

#1954AA (or 0x1954AA) is unknown color: approx Denim. HEX triplet: 19, 54 and AA. RGB value is (25,84,170). Sum of RGB (Red+Green+Blue) = 25+84+170=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #1954AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1954AA is #E6AB55. Grayscale: #4B4B4B. Windows color (decimal): -15117142 or 11162649. OLE color: 11162649.

HSL color Cylindrical-coordinate representation of color #1954AA: hue angle of 215.59º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1954AA is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2584170-
CMYK0.850.5100.33
HSL215.59º74.36%38.24%-
HSV(B)215.59º85.29%66.67%-
XYZ10.839.4539.28-
YUV76.16180.9591.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=8.96%
G=30.11%
B=60.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25841700.850.5100.33215.5974.3638.24
Hex1954AA5533021d84a26
Octal311242521256304133011246
Binary1100110101001010101010101011100110100001110110001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1954AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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