#1C7B94

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

Shades of Allports #1C7B94

Tints of Allports #1C7B94

Color information

#1C7B94 (or 0x1C7B94) is unknown color: approx Allports. HEX triplet: 1C, 7B and 94. RGB value is (28,123,148). Sum of RGB (Red+Green+Blue) = 28+123+148=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C7B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7B94 is #E3846B. Grayscale: #616161. Windows color (decimal): -14910572 or 9730844. OLE color: 9730844.

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

Color convert

RGB28123148-
CMYK0.810.1700.42
HSL192.5º68.18%34.51%-
HSV(B)192.5º81.08%58.04%-
XYZ12.9116.5530.53-
YUV97.44156.5378.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.36%
GREEN value IS 123 (48.44% from 255) = 41.14%
BLUE value IS 148 (58.20% from 255) = 49.50%
R=9.36%
G=41.14%
B=49.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281231480.810.1700.42192.568.1834.51
Hex1C7B94511102Ac04423
Octal341732241212105230010443
Binary111001111011100101001010001100010101010110000001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,123,148); }

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

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

 a { background-color: rgb(28,123,148); }

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

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

 span { border-color: rgb(28,123,148); }

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