#1F636D

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

Shades of Allports #1F636D

Tints of Allports #1F636D

Color information

#1F636D (or 0x1F636D) is unknown color: approx Allports. HEX triplet: 1F, 63 and 6D. RGB value is (31,99,109). Sum of RGB (Red+Green+Blue) = 31+99+109=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F636D is #E09C92. Grayscale: #4F4F4F. Windows color (decimal): -14720147 or 7168799. OLE color: 7168799.

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

Color convert

RGB3199109-
CMYK0.720.0900.57
HSL187.69º55.71%27.45%-
HSV(B)187.69º71.56%42.75%-
XYZ7.7910.3216.05-
YUV79.81144.4793.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.97%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=12.97%
G=41.42%
B=45.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31991090.720.0900.57187.6955.7127.45
Hex1F636D489039bc381b
Octal37143155110110712747033
Binary11111110001111011011001000100101110011011110011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,99,109); }

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

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

 a { background-color: rgb(31,99,109); }

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

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

 span { border-color: rgb(31,99,109); }

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