#1F737A

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

Shades of Allports #1F737A

Tints of Allports #1F737A

Color information

#1F737A (or 0x1F737A) is unknown color: approx Allports. HEX triplet: 1F, 73 and 7A. RGB value is (31,115,122). Sum of RGB (Red+Green+Blue) = 31+115+122=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F737A is #E08C85. Grayscale: #5A5A5A. Windows color (decimal): -14716038 or 8024863. OLE color: 8024863.

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

Color convert

RGB31115122-
CMYK0.750.0600.52
HSL184.62º59.48%30%-
HSV(B)184.62º74.59%47.84%-
XYZ10.2113.9620.57-
YUV90.68145.6785.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.57%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=11.57%
G=42.91%
B=45.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal311151220.750.0600.52184.6259.4830
Hex1F737A4B6034b93b1e
Octal3716317211360642717336
Binary1111111100111111010100101111001101001011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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