#1C7592

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

Shades of Allports #1C7592

Tints of Allports #1C7592

Color information

#1C7592 (or 0x1C7592) is unknown color: approx Allports. HEX triplet: 1C, 75 and 92. RGB value is (28,117,146). Sum of RGB (Red+Green+Blue) = 28+117+146=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C7592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7592 is #E38A6D. Grayscale: #5D5D5D. Windows color (decimal): -14912110 or 9598236. OLE color: 9598236.

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

Color convert

RGB28117146-
CMYK0.810.2000.43
HSL194.75º67.82%34.12%-
HSV(B)194.75º80.82%57.25%-
XYZ12.0315.0429.46-
YUV93.7157.5181.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.62%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=9.62%
G=40.21%
B=50.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281171460.810.2000.43194.7567.8234.12
Hex1C7592511402Bc34422
Octal341652221212405330310442
Binary111001110101100100101010001101000101011110000111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,117,146); }

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

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

 a { background-color: rgb(28,117,146); }

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

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

 span { border-color: rgb(28,117,146); }

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