#1C6E8E

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

Shades of Allports #1C6E8E

Tints of Allports #1C6E8E

Color information

#1C6E8E (or 0x1C6E8E) is unknown color: approx Allports. HEX triplet: 1C, 6E and 8E. RGB value is (28,110,142). Sum of RGB (Red+Green+Blue) = 28+110+142=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C6E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6E8E is #E39171. Grayscale: #585858. Windows color (decimal): -14913906 or 9334300. OLE color: 9334300.

HSL color Cylindrical-coordinate representation of color #1C6E8E: hue angle of 196.84º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C6E8E is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB28110142-
CMYK0.800.2300.44
HSL196.84º67.06%33.33%-
HSV(B)196.84º80.28%55.69%-
XYZ10.9413.3527.59-
YUV89.13157.8384.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 142 (55.86% from 255) = 50.71%
R=10%
G=39.29%
B=50.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281101420.800.2300.44196.8467.0633.33
Hex1C6E8E501702Cc54321
Octal341562161202705430510341
Binary111001101110100011101010000101110101100110001011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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