#1872C1

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

Shades of Denim #1872C1

Tints of Denim #1872C1

Color information

#1872C1 (or 0x1872C1) is unknown color: approx Denim. HEX triplet: 18, 72 and C1. RGB value is (24,114,193). Sum of RGB (Red+Green+Blue) = 24+114+193=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #1872C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1872C1 is #E78D3E. Grayscale: #5F5F5F. Windows color (decimal): -15174975 or 12677656. OLE color: 12677656.

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

Color convert

RGB24114193-
CMYK0.880.4100.24
HSL208.05º77.88%42.55%-
HSV(B)208.05º87.56%75.69%-
XYZ16.0216.0852.71-
YUV96.1182.6876.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.25%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 193 (75.78% from 255) = 58.31%
R=7.25%
G=34.44%
B=58.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241141930.880.4100.24208.0577.8842.55
Hex1872C15829018d04e2b
Octal301623011305103032011653
Binary110001110010110000011011000101001011000110100001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1872C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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