#1C6AC3

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

Shades of Denim #1C6AC3

Tints of Denim #1C6AC3

Color information

#1C6AC3 (or 0x1C6AC3) is unknown color: approx Denim. HEX triplet: 1C, 6A and C3. RGB value is (28,106,195). Sum of RGB (Red+Green+Blue) = 28+106+195=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 195 (76.56% from 255 or 59.27% from 329); Max value from RGB is 195 - color contains mainly: blue. Hex color #1C6AC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6AC3 is #E3953C. Grayscale: #5C5C5C. Windows color (decimal): -14914877 or 12806684. OLE color: 12806684.

HSL color Cylindrical-coordinate representation of color #1C6AC3: hue angle of 211.98º 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 #1C6AC3 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB28106195-
CMYK0.860.4600.24
HSL211.98º74.89%43.73%-
HSV(B)211.98º85.64%76.47%-
XYZ15.4814.553.61-
YUV92.82185.6681.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.51%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 195 (76.56% from 255) = 59.27%
R=8.51%
G=32.22%
B=59.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281061950.860.4600.24211.9874.8943.73
Hex1C6AC3562E018d44b2c
Octal341523031265603032411354
Binary111001101010110000111010110101110011000110101001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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