#1858A2

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

Shades of Denim #1858A2

Tints of Denim #1858A2

Color information

#1858A2 (or 0x1858A2) is unknown color: approx Denim. HEX triplet: 18, 58 and A2. RGB value is (24,88,162). Sum of RGB (Red+Green+Blue) = 24+88+162=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #1858A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1858A2 is #E7A75D. Grayscale: #4C4C4C. Windows color (decimal): -15181662 or 10639384. OLE color: 10639384.

HSL color Cylindrical-coordinate representation of color #1858A2: hue angle of 212.17º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1858A2 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2488162-
CMYK0.850.4600.36
HSL212.17º74.19%36.47%-
HSV(B)212.17º85.19%63.53%-
XYZ10.399.7835.52-
YUV77.3175.889.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.76%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 162 (63.67% from 255) = 59.12%
R=8.76%
G=32.12%
B=59.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24881620.850.4600.36212.1774.1936.47
Hex1858A2552E024d44a24
Octal301302421255604432411244
Binary1100010110001010001010101011011100100100110101001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1858A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1858A2; }

 p { color: rgb(24,88,162); }

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

<style>
 a { background-color: #1858A2; }

 a { background-color: rgb(24,88,162); }

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

<style>
 span { border-color: #1858A2; }

 span { border-color: rgb(24,88,162); }

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