#1861A2

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

Shades of Denim #1861A2

Tints of Denim #1861A2

Color information

#1861A2 (or 0x1861A2) is unknown color: approx Denim. HEX triplet: 18, 61 and A2. RGB value is (24,97,162). Sum of RGB (Red+Green+Blue) = 24+97+162=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #1861A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1861A2 is #E79E5D. Grayscale: #525252. Windows color (decimal): -15179358 or 10641688. OLE color: 10641688.

HSL color Cylindrical-coordinate representation of color #1861A2: hue angle of 208.26º 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 #1861A2 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2497162-
CMYK0.850.4000.36
HSL208.26º74.19%36.47%-
HSV(B)208.26º85.19%63.53%-
XYZ11.1711.3535.78-
YUV82.58172.8286.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 162 (63.67% from 255) = 57.24%
R=8.48%
G=34.28%
B=57.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24971620.850.4000.36208.2674.1936.47
Hex1861A25528024d04a24
Octal301412421255004432011244
Binary1100011000011010001010101011010000100100110100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1861A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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