#1C7093

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

Shades of Allports #1C7093

Tints of Allports #1C7093

Color information

#1C7093 (or 0x1C7093) is unknown color: approx Allports. HEX triplet: 1C, 70 and 93. RGB value is (28,112,147). Sum of RGB (Red+Green+Blue) = 28+112+147=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C7093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7093 is #E38F6C. Grayscale: #5A5A5A. Windows color (decimal): -14913389 or 9662492. OLE color: 9662492.

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

Color convert

RGB28112147-
CMYK0.810.2400.42
HSL197.65º68%34.31%-
HSV(B)197.65º80.95%57.65%-
XYZ11.5413.9429.69-
YUV90.87159.6783.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.76%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=9.76%
G=39.02%
B=51.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281121470.810.2400.42197.656834.31
Hex1C7093511802Ac64422
Octal341602231213005230610442
Binary111001110000100100111010001110000101010110001101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,112,147); }

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

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

 a { background-color: rgb(28,112,147); }

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

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

 span { border-color: rgb(28,112,147); }

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