#1C7292

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

Shades of Allports #1C7292

Tints of Allports #1C7292

Color information

#1C7292 (or 0x1C7292) is unknown color: approx Allports. HEX triplet: 1C, 72 and 92. RGB value is (28,114,146). Sum of RGB (Red+Green+Blue) = 28+114+146=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C7292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7292 is #E38D6D. Grayscale: #5B5B5B. Windows color (decimal): -14912878 or 9597468. OLE color: 9597468.

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

Color convert

RGB28114146-
CMYK0.810.2200.43
HSL196.27º67.82%34.12%-
HSV(B)196.27º80.82%57.25%-
XYZ11.6814.3629.35-
YUV91.93158.5182.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.72%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=9.72%
G=39.58%
B=50.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281141460.810.2200.43196.2767.8234.12
Hex1C7292511602Bc44422
Octal341622221212605330410442
Binary111001110010100100101010001101100101011110001001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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