#1875C4

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

Shades of Denim #1875C4

Tints of Denim #1875C4

Color information

#1875C4 (or 0x1875C4) is unknown color: approx Denim. HEX triplet: 18, 75 and C4. RGB value is (24,117,196). Sum of RGB (Red+Green+Blue) = 24+117+196=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #1875C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1875C4 is #E78A3B. Grayscale: #616161. Windows color (decimal): -15174204 or 12875032. OLE color: 12875032.

HSL color Cylindrical-coordinate representation of color #1875C4: hue angle of 207.56º 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 #1875C4 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB24117196-
CMYK0.880.4000.23
HSL207.56º78.18%43.14%-
HSV(B)207.56º87.76%76.86%-
XYZ16.716.954.61-
YUV98.2183.1975.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.12%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 196 (76.95% from 255) = 58.16%
R=7.12%
G=34.72%
B=58.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241171960.880.4000.23207.5678.1843.14
Hex1875C45828017d04e2b
Octal301653041305002732011653
Binary110001110101110001001011000101000010111110100001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1875C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1875C4; }

 p { color: rgb(24,117,196); }

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

<style>
 a { background-color: #1875C4; }

 a { background-color: rgb(24,117,196); }

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

<style>
 span { border-color: #1875C4; }

 span { border-color: rgb(24,117,196); }

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