#1F6B82

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

Shades of Allports #1F6B82

Tints of Allports #1F6B82

Color information

#1F6B82 (or 0x1F6B82) is unknown color: approx Allports. HEX triplet: 1F, 6B and 82. RGB value is (31,107,130). Sum of RGB (Red+Green+Blue) = 31+107+130=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F6B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6B82 is #E0947D. Grayscale: #565656. Windows color (decimal): -14718078 or 8547103. OLE color: 8547103.

HSL color Cylindrical-coordinate representation of color #1F6B82: hue angle of 193.94º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F6B82 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB31107130-
CMYK0.760.1800.49
HSL193.94º61.49%31.57%-
HSV(B)193.94º76.15%50.98%-
XYZ9.8512.4223-
YUV86.9152.3288.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.57%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=11.57%
G=39.93%
B=48.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311071300.760.1800.49193.9461.4931.57
Hex1F6B824C12031c23d20
Octal37153202114220613027540
Binary11111110101110000010100110010010011000111000010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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