#1C6E91

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

Shades of Allports #1C6E91

Tints of Allports #1C6E91

Color information

#1C6E91 (or 0x1C6E91) is unknown color: approx Allports. HEX triplet: 1C, 6E and 91. RGB value is (28,110,145). Sum of RGB (Red+Green+Blue) = 28+110+145=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #1C6E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6E91 is #E3916E. Grayscale: #595959. Windows color (decimal): -14913903 or 9530908. OLE color: 9530908.

HSL color Cylindrical-coordinate representation of color #1C6E91: hue angle of 197.95º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6E91 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB28110145-
CMYK0.810.2400.43
HSL197.95º67.63%33.92%-
HSV(B)197.95º80.69%56.86%-
XYZ11.1713.4428.79-
YUV89.47159.3384.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=9.89%
G=38.87%
B=51.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281101450.810.2400.43197.9567.6333.92
Hex1C6E91511802Bc64422
Octal341562211213005330610442
Binary111001101110100100011010001110000101011110001101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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