#1855AD

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

Shades of Denim #1855AD

Tints of Denim #1855AD

Color information

#1855AD (or 0x1855AD) is unknown color: approx Denim. HEX triplet: 18, 55 and AD. RGB value is (24,85,173). Sum of RGB (Red+Green+Blue) = 24+85+173=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #1855AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1855AD is #E7AA52. Grayscale: #4C4C4C. Windows color (decimal): -15182419 or 11359512. OLE color: 11359512.

HSL color Cylindrical-coordinate representation of color #1855AD: hue angle of 215.44º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1855AD is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2485173-
CMYK0.860.5100.32
HSL215.44º75.63%38.63%-
HSV(B)215.44º86.13%67.84%-
XYZ11.179.7140.82-
YUV76.79182.2990.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.51%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 173 (67.97% from 255) = 61.35%
R=8.51%
G=30.14%
B=61.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24851730.860.5100.32215.4475.6338.63
Hex1855AD5633020d74c27
Octal301252551266304032711447
Binary1100010101011010110110101101100110100000110101111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1855AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1855AD; }

 p { color: rgb(24,85,173); }

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

<style>
 a { background-color: #1855AD; }

 a { background-color: rgb(24,85,173); }

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

<style>
 span { border-color: #1855AD; }

 span { border-color: rgb(24,85,173); }

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