#1F7178

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

Shades of Allports #1F7178

Tints of Allports #1F7178

Color information

#1F7178 (or 0x1F7178) is unknown color: approx Allports. HEX triplet: 1F, 71 and 78. RGB value is (31,113,120). Sum of RGB (Red+Green+Blue) = 31+113+120=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F7178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7178 is #E08E87. Grayscale: #595959. Windows color (decimal): -14716552 or 7893279. OLE color: 7893279.

HSL color Cylindrical-coordinate representation of color #1F7178: hue angle of 184.72º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7178 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB31113120-
CMYK0.740.0600.53
HSL184.72º58.94%29.61%-
HSV(B)184.72º74.17%47.06%-
XYZ9.8613.4619.85-
YUV89.28145.3386.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.74%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=11.74%
G=42.80%
B=45.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311131200.740.0600.53184.7258.9429.61
Hex1F71784A6035b93b1e
Octal3716117011260652717336
Binary1111111100011111000100101011001101011011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,113,120); }

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

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

 a { background-color: rgb(31,113,120); }

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

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

 span { border-color: rgb(31,113,120); }

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