#1F6E85

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

Shades of Allports #1F6E85

Tints of Allports #1F6E85

Color information

#1F6E85 (or 0x1F6E85) is unknown color: approx Allports. HEX triplet: 1F, 6E and 85. RGB value is (31,110,133). Sum of RGB (Red+Green+Blue) = 31+110+133=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F6E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6E85 is #E0917A. Grayscale: #585858. Windows color (decimal): -14717307 or 8744479. OLE color: 8744479.

HSL color Cylindrical-coordinate representation of color #1F6E85: hue angle of 193.53º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6E85 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB31110133-
CMYK0.770.1700.48
HSL193.53º62.2%32.16%-
HSV(B)193.53º76.69%52.16%-
XYZ10.3713.1424.18-
YUV89152.8386.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.31%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=11.31%
G=40.15%
B=48.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal311101330.770.1700.48193.5362.232.16
Hex1F6E854D11030c23e20
Octal37156205115210603027640
Binary11111110111010000101100110110001011000011000010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,110,133); }

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

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

 a { background-color: rgb(31,110,133); }

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

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

 span { border-color: rgb(31,110,133); }

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