#1C75C3

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

Shades of Denim #1C75C3

Tints of Denim #1C75C3

Color information

#1C75C3 (or 0x1C75C3) is unknown color: approx Denim. HEX triplet: 1C, 75 and C3. RGB value is (28,117,195). Sum of RGB (Red+Green+Blue) = 28+117+195=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 195 (76.56% from 255 or 57.35% from 340); Max value from RGB is 195 - color contains mainly: blue. Hex color #1C75C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C75C3 is #E38A3C. Grayscale: #626262. Windows color (decimal): -14912061 or 12809500. OLE color: 12809500.

HSL color Cylindrical-coordinate representation of color #1C75C3: hue angle of 208.02º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C75C3 is Cyan = 0.86, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB28117195-
CMYK0.860.400.24
HSL208.02º74.89%43.73%-
HSV(B)208.02º85.64%76.47%-
XYZ16.6916.9154.01-
YUV99.28182.0177.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.24%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 195 (76.56% from 255) = 57.35%
R=8.24%
G=34.41%
B=57.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281171950.860.400.24208.0274.8943.73
Hex1C75C35628018d04b2c
Octal341653031265003032011354
Binary111001110101110000111010110101000011000110100001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C75C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C75C3; }

 p { color: rgb(28,117,195); }

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

<style>
 a { background-color: #1C75C3; }

 a { background-color: rgb(28,117,195); }

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

<style>
 span { border-color: #1C75C3; }

 span { border-color: rgb(28,117,195); }

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