#1872c0

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

Shades of Denim #1872C0

Tints of Denim #1872C0

Color information

#1872C0 (or 0x1872C0) is unknown color: approx Denim. HEX triplet: 18, 72 and C0. RGB value is (24,114,192). Sum of RGB (Red+Green+Blue) = 24+114+192=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #1872C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1872C0 is #E78D3F. Grayscale: #5F5F5F. Windows color (decimal): -15174976 or 12612120. OLE color: 12612120.

HSL color Cylindrical-coordinate representation of color #1872C0: hue angle of 207.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1872C0 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24114192-
CMYK0.880.4100.25
HSL207.86º77.78%42.35%-
HSV(B)207.86º87.5%75.29%-
XYZ15.9116.0352.13-
YUV95.98182.1876.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.27%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 192 (75.39% from 255) = 58.18%
R=7.27%
G=34.55%
B=58.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241141920.880.4100.25207.8677.7842.35
Hex1872C05829019d04e2a
Octal301623001305103132011652
Binary110001110010110000001011000101001011001110100001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1872c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1872c0; }

 p { color: rgb(24,114,192); }

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

<style>
 a { background-color: #1872c0; }

 a { background-color: rgb(24,114,192); }

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

<style>
 span { border-color: #1872c0; }

 span { border-color: rgb(24,114,192); }

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