#1c6ac0

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

Shades of Denim #1C6AC0

Tints of Denim #1C6AC0

Color information

#1C6AC0 (or 0x1C6AC0) is unknown color: approx Denim. HEX triplet: 1C, 6A and C0. RGB value is (28,106,192). Sum of RGB (Red+Green+Blue) = 28+106+192=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #1C6AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6AC0 is #E3953F. Grayscale: #5C5C5C. Windows color (decimal): -14914880 or 12610076. OLE color: 12610076.

HSL color Cylindrical-coordinate representation of color #1C6AC0: hue angle of 211.46º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C6AC0 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB28106192-
CMYK0.850.4500.25
HSL211.46º74.55%43.14%-
HSV(B)211.46º85.42%75.29%-
XYZ15.1514.3651.84-
YUV92.48184.1682.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.59%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 192 (75.39% from 255) = 58.90%
R=8.59%
G=32.52%
B=58.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281061920.850.4500.25211.4674.5543.14
Hex1C6AC0552D019d34b2b
Octal341523001255503132311353
Binary111001101010110000001010101101101011001110100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c6ac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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