#1F656F

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

Shades of Allports #1F656F

Tints of Allports #1F656F

Color information

#1F656F (or 0x1F656F) is unknown color: approx Allports. HEX triplet: 1F, 65 and 6F. RGB value is (31,101,111). Sum of RGB (Red+Green+Blue) = 31+101+111=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F656F is #E09A90. Grayscale: #515151. Windows color (decimal): -14719633 or 7300383. OLE color: 7300383.

HSL color Cylindrical-coordinate representation of color #1F656F: hue angle of 187.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F656F is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB31101111-
CMYK0.720.0900.56
HSL187.5º56.34%27.84%-
HSV(B)187.5º72.07%43.53%-
XYZ8.0910.7516.69-
YUV81.21144.8192.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=12.76%
G=41.56%
B=45.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311011110.720.0900.56187.556.3427.84
Hex1F656F489038bc381c
Octal37145157110110702747034
Binary11111110010111011111001000100101110001011110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,101,111); }

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

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

 a { background-color: rgb(31,101,111); }

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

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

 span { border-color: rgb(31,101,111); }

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