#1c6eaf

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

Shades of Denim #1C6EAF

Tints of Denim #1C6EAF

Color information

#1C6EAF (or 0x1C6EAF) is unknown color: approx Denim. HEX triplet: 1C, 6E and AF. RGB value is (28,110,175). Sum of RGB (Red+Green+Blue) = 28+110+175=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C6EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6EAF is #E39150. Grayscale: #5C5C5C. Windows color (decimal): -14913873 or 11496988. OLE color: 11496988.

HSL color Cylindrical-coordinate representation of color #1C6EAF: hue angle of 206.53º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6EAF is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB28110175-
CMYK0.840.3700.31
HSL206.53º72.41%39.8%-
HSV(B)206.53º84%68.63%-
XYZ13.7914.4942.63-
YUV92.89174.3381.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.95%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 175 (68.75% from 255) = 55.91%
R=8.95%
G=35.14%
B=55.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281101750.840.3700.31206.5372.4139.8
Hex1C6EAF542501Fcf4828
Octal341562571244503731711050
Binary111001101110101011111010100100101011111110011111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c6eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,110,175); }

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

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

 a { background-color: rgb(28,110,175); }

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

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

 span { border-color: rgb(28,110,175); }

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