#1F6B8D

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

Shades of Allports #1F6B8D

Tints of Allports #1F6B8D

Color information

#1F6B8D (or 0x1F6B8D) is unknown color: approx Allports. HEX triplet: 1F, 6B and 8D. RGB value is (31,107,141). Sum of RGB (Red+Green+Blue) = 31+107+141=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F6B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6B8D is #E09472. Grayscale: #575757. Windows color (decimal): -14718067 or 9267999. OLE color: 9267999.

HSL color Cylindrical-coordinate representation of color #1F6B8D: hue angle of 198.55º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F6B8D is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB31107141-
CMYK0.780.2400.45
HSL198.55º63.95%33.73%-
HSV(B)198.55º78.01%55.29%-
XYZ10.6312.7327.1-
YUV88.15157.8287.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.11%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=11.11%
G=38.35%
B=50.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311071410.780.2400.45198.5563.9533.73
Hex1F6B8D4E1802Dc74022
Octal371532151163005530710042
Binary111111101011100011011001110110000101101110001111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,107,141); }

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

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

 a { background-color: rgb(31,107,141); }

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

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

 span { border-color: rgb(31,107,141); }

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