#1C6DAD

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

Shades of Denim #1C6DAD

Tints of Denim #1C6DAD

Color information

#1C6DAD (or 0x1C6DAD) is unknown color: approx Denim. HEX triplet: 1C, 6D and AD. RGB value is (28,109,173). Sum of RGB (Red+Green+Blue) = 28+109+173=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C6DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6DAD is #E39252. Grayscale: #5B5B5B. Windows color (decimal): -14914131 or 11365660. OLE color: 11365660.

HSL color Cylindrical-coordinate representation of color #1C6DAD: hue angle of 206.48º 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 #1C6DAD is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB28109173-
CMYK0.840.3700.32
HSL206.48º72.14%39.41%-
HSV(B)206.48º83.82%67.84%-
XYZ13.4914.241.57-
YUV92.08173.6682.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.03%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=9.03%
G=35.16%
B=55.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281091730.840.3700.32206.4872.1439.41
Hex1C6DAD5425020ce4827
Octal341552551244504031611047
Binary1110011011011010110110101001001010100000110011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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