#1C7893

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

Shades of Allports #1C7893

Tints of Allports #1C7893

Color information

#1C7893 (or 0x1C7893) is unknown color: approx Allports. HEX triplet: 1C, 78 and 93. RGB value is (28,120,147). Sum of RGB (Red+Green+Blue) = 28+120+147=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C7893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7893 is #E3876C. Grayscale: #5F5F5F. Windows color (decimal): -14911341 or 9664540. OLE color: 9664540.

HSL color Cylindrical-coordinate representation of color #1C7893: hue angle of 193.61º 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 #1C7893 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB28120147-
CMYK0.810.1800.42
HSL193.61º68%34.31%-
HSV(B)193.61º80.95%57.65%-
XYZ12.4615.7929.99-
YUV95.57157.0279.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=9.49%
G=40.68%
B=49.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281201470.810.1800.42193.616834.31
Hex1C7893511202Ac24422
Octal341702231212205230210442
Binary111001111000100100111010001100100101010110000101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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