#1856C5

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

Shades of Denim #1856C5

Tints of Denim #1856C5

Color information

#1856C5 (or 0x1856C5) is unknown color: approx Denim. HEX triplet: 18, 56 and C5. RGB value is (24,86,197). Sum of RGB (Red+Green+Blue) = 24+86+197=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 197 (77.34% from 255 or 64.17% from 307); Max value from RGB is 197 - color contains mainly: blue. Hex color #1856C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1856C5 is #E7A93A. Grayscale: #4F4F4F. Windows color (decimal): -15182139 or 12932632. OLE color: 12932632.

HSL color Cylindrical-coordinate representation of color #1856C5: hue angle of 218.5º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1856C5 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2486197-
CMYK0.880.5600.23
HSL218.5º78.28%43.33%-
HSV(B)218.5º87.82%77.25%-
XYZ13.7810.8854.2-
YUV80.12193.9687.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.82%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 197 (77.34% from 255) = 64.17%
R=7.82%
G=28.01%
B=64.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal24861970.880.5600.23218.578.2843.33
Hex1856C55838017da4e2b
Octal301263051307002733211653
Binary110001010110110001011011000111000010111110110101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1856C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1856C5; }

 p { color: rgb(24,86,197); }

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

<style>
 a { background-color: #1856C5; }

 a { background-color: rgb(24,86,197); }

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

<style>
 span { border-color: #1856C5; }

 span { border-color: rgb(24,86,197); }

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