#1F7A87

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

Shades of Allports #1F7A87

Tints of Allports #1F7A87

Color information

#1F7A87 (or 0x1F7A87) is unknown color: approx Allports. HEX triplet: 1F, 7A and 87. RGB value is (31,122,135). Sum of RGB (Red+Green+Blue) = 31+122+135=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F7A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7A87 is #E08578. Grayscale: #606060. Windows color (decimal): -14714233 or 8878623. OLE color: 8878623.

HSL color Cylindrical-coordinate representation of color #1F7A87: hue angle of 187.5º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F7A87 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB31122135-
CMYK0.770.1000.47
HSL187.5º62.65%32.55%-
HSV(B)187.5º77.04%52.94%-
XYZ11.915.9625.38-
YUV96.27149.8581.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.76%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=10.76%
G=42.36%
B=46.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311221350.770.1000.47187.562.6532.55
Hex1F7A874DA02Fbc3f21
Octal37172207115120572747741
Binary1111111110101000011110011011010010111110111100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,122,135); }

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

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

 a { background-color: rgb(31,122,135); }

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

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

 span { border-color: rgb(31,122,135); }

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