#1f737c

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

Shades of Allports #1F737C

Tints of Allports #1F737C

Color information

#1F737C (or 0x1F737C) is unknown color: approx Allports. HEX triplet: 1F, 73 and 7C. RGB value is (31,115,124). Sum of RGB (Red+Green+Blue) = 31+115+124=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F737C is #E08C83. Grayscale: #5A5A5A. Windows color (decimal): -14716036 or 8155935. OLE color: 8155935.

HSL color Cylindrical-coordinate representation of color #1F737C: hue angle of 185.81º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F737C is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB31115124-
CMYK0.750.0700.51
HSL185.81º60%30.39%-
HSV(B)185.81º75%48.63%-
XYZ10.3314.0121.23-
YUV90.91146.6785.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.48%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=11.48%
G=42.59%
B=45.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal311151240.750.0700.51185.816030.39
Hex1F737C4B7033ba3c1e
Octal3716317411370632727436
Binary1111111100111111100100101111101100111011101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f737c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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