#1C6CAD

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

Shades of Denim #1C6CAD

Tints of Denim #1C6CAD

Color information

#1C6CAD (or 0x1C6CAD) is unknown color: approx Denim. HEX triplet: 1C, 6C and AD. RGB value is (28,108,173). Sum of RGB (Red+Green+Blue) = 28+108+173=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C6CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6CAD is #E39352. Grayscale: #5B5B5B. Windows color (decimal): -14914387 or 11365404. OLE color: 11365404.

HSL color Cylindrical-coordinate representation of color #1C6CAD: hue angle of 206.9º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6CAD is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB28108173-
CMYK0.840.3800.32
HSL206.9º72.14%39.41%-
HSV(B)206.9º83.82%67.84%-
XYZ13.3813.9941.53-
YUV91.4917482.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.06%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=9.06%
G=34.95%
B=55.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281081730.840.3800.32206.972.1439.41
Hex1C6CAD5426020cf4827
Octal341542551244604031711047
Binary1110011011001010110110101001001100100000110011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,108,173); }

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

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

 a { background-color: rgb(28,108,173); }

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

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

 span { border-color: rgb(28,108,173); }

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