#1958AA

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

Shades of Denim #1958AA

Tints of Denim #1958AA

Color information

#1958AA (or 0x1958AA) is unknown color: approx Denim. HEX triplet: 19, 58 and AA. RGB value is (25,88,170). Sum of RGB (Red+Green+Blue) = 25+88+170=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #1958AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1958AA is #E6A755. Grayscale: #4E4E4E. Windows color (decimal): -15116118 or 11163673. OLE color: 11163673.

HSL color Cylindrical-coordinate representation of color #1958AA: hue angle of 213.93º 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 #1958AA is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2588170-
CMYK0.850.4800.33
HSL213.93º74.36%38.24%-
HSV(B)213.93º85.29%66.67%-
XYZ11.1510.0939.39-
YUV78.51179.6389.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.83%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=8.83%
G=31.10%
B=60.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25881700.850.4800.33213.9374.3638.24
Hex1958AA5530021d64a26
Octal311302521256004132611246
Binary1100110110001010101010101011100000100001110101101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1958AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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